/* CSS-Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

/* FF 4-18 */
::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

/* FF 19-51 */
:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

/* IE 10+ */
::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

::placeholder {
  opacity: 1;
  transition: opacity .5s;
}

/* Modern Browsers */

*:focus::-webkit-input-placeholder {
  opacity: 0;
}

/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19-50 */
*:focus:-ms-input-placeholder {
  opacity: 0;
}

/* IE 10+ */
*:focus::-webkit-input-placeholder {
  opacity: 0;
}

*:focus::-moz-placeholder {
  opacity: 0;
}

*:focus:-ms-input-placeholder {
  opacity: 0;
}

*:focus::-ms-input-placeholder {
  opacity: 0;
}

*:focus::placeholder {
  opacity: 0;
}

/* Modern Browsers */

/* CSS Root */
:root {
  --neutrals-darkbrown: #3f2d20;
  --neutrals-offwhite: #fffbf3;
  --tvam-orange: #ef8829;
  --pastel-purple100: #efedf8;
  --pastel-purple200: #c7bfff;
  --pastel-purplemauve: #eee5f8;
  --pastel-orange100: #fce7d4;
  --pastel-orange200: #f5b87f;
  --pastel-red100: #f4e7e7;
  --pastel-red200: #f6d6d6;
  --pastel-green100: #c1dcc3;
  --pastel-green200: #84bd93;
  --laptop-padding-inline: 20px;
  --header-height: 56px;
}

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

button[disabled=disabled],
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

::-webkit-input-placeholder {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 140.62%;
  color: #3f2d20;
  opacity: 0.6;
}

::-moz-placeholder {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 140.62%;
  color: #3f2d20;
  opacity: 0.6;
}

:-ms-input-placeholder {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 140.62%;
  color: #3f2d20;
  opacity: 0.6;
}

::-ms-input-placeholder {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 140.62%;
  color: #3f2d20;
  opacity: 0.6;
}

::placeholder {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 140.62%;
  color: #3f2d20;
  opacity: 0.6;
}

/* Fonts */

.poppins-h1-heavy {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: var(--neutrals-darkbrown);
}

.poppins-h1-light {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: var(--neutrals-darkbrown);
}

.poppins-h2-bold {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 3.125rem;
  color: var(--neutrals-darkbrown);
}

.poppins-h3-bold {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 3.125rem;
  color: var(--neutrals-darkbrown);
}

.poppins-h4-semibold {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 3.125rem;
  color: var(--neutrals-darkbrown);
}

.poppins-h5-semibold {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 3.125rem;
  color: var(--neutrals-darkbrown);
}

.poppins-h6-bold {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 3.25rem;
  color: var(--neutrals-darkbrown);
}

.poppins-body {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 3.125rem;
}

.rubik-h1-bold {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 3.125rem;
  color: var(--neutrals-darkbrown);
}

.rubik-h1-regular {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 3.125rem;
  color: var(--neutrals-darkbrown);
}

.rubik-body-heavy {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 3.125rem;
  color: var(--neutrals-darkbrown);
}

.rubik-body-light {
  font-family: "Rubik";
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 3.125rem;
  color: var(--neutrals-darkbrown);
}

.rubik-caption {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 3.125rem;
  color: var(--neutrals-darkbrown);
}

.rubik-body-small {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--neutrals-darkbrown);
}

header a {
  color: #5C4025;
  text-decoration: none;
}

a {
  color: blue;
  text-decoration: none;
}

#activeanchor {
  color: var(--neutrals-darkbrown);
  text-decoration: none;
  font-weight: 700;

  border-bottom: 2px solid #3F2D20;

}

.li-after>a:nth-child(1):hover {
  color: var(--neutrals-darkbrown);
}

.break-line {
  display: none;
}

/* Health Page */
html,
body {
  overflow-x: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  /* height: 100vh;
  width: 100vw;
  touch-action: none;
  -webkit-overflow-scrolling: none; */
  overflow: hidden !important;
  /* overscroll-behavior: none; */
}

header>* {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

header {
  display: flex;
  height: var(--header-height);
  background-color: var(--pastel-red100);
  justify-content: space-between;
  padding-inline: 32px;
  position: fixed;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 9999999;
}

.header-logo {
  margin-block: auto;
  display: block;
}

.nav-logo {
  display: flex;
  gap: 112px;
  align-items: center;
}

.main-nav {
  display: flex;
  align-items: center;
}

.nav-ul {
  display: flex;
  padding: 0;
  list-style-type: none;
  gap: 36px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: .875rem;
  line-height: 17px;
  margin-right: auto;
  z-index: 9999999;
}

.li-after {
  position: relative;
}

.li-after img {
  margin-left: 8px;
}

/* .li-after::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%233F2D20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 6px;
  position: absolute;
  right: -30px;
  top: 40%;
} */

.dropdown:hover>.mega-h {
  /* display: block; */
  /* min-height: 100px;
  margin-top: 80px; */
  /* visibility: hidden; */
  /* overflow: visible; */
  z-index: 9999;
}

/* .dropdown:hover .nav-ul>a>li {
  margin-top: 80px;
} */


.mega-h,
.not-mega-h {

  padding-block: 20px;
  padding-bottom: 16px;
  padding-inline: 16px;
}

.dropdown:hover .mega-menu {
  display: grid;
  top: var(--header-height);
  transition: all 500ms ease-in-out 0ms;
}

.mega-menu {
  width: 100%;
  /* max-width: 1120px; */
  max-width: min(1344px, 95vw);
  margin: auto;
  background-color: #fef3e7;
  border: solid 0 1px 1px 1px var(--pastel-orange200);
  border-radius: 0 0 32px 32px;
  padding: 2rem;
  grid-template-columns: repeat(4, 1fr);
  display: none;
  position: absolute;
  top: 56px;
  z-index: 9999;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #f5b87f;
  border-radius: 0px 0px 32px 32px;
  left: 0;
  right: 0;
}

.header-cta {
  display: flex;
  margin-block: 12px;
  padding-block: 8px;
  padding-inline: 16px;
  align-items: center;
  background-color: #689E76;
  color: white;
  font-size: 0.75rem;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 141%;
  border-radius: 8px;
  transition: color ease 250ms, background-color ease 300ms;
}

.header-cta:hover,
.next-step-right button:hover,
.buy-button:hover,
#contact-button:hover,
.button404:hover {
  background-color: #c1dcc3;
  color: #43664C;
}

.next-step-right button:hover p,
.button404:hover p,
#contact-button:hover p {
  color: #43664C;
}

.next-step-right button:hover svg path,
.button404:hover svg path,
#contact-button:hover svg path {
  stroke: #43664C;
}

.next-step-right button {
  position: relative;
}

.next-step-right button:before {
  content: '+91';
  position: absolute;
  top: -49px;
  z-index: 1;
  left: 16px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 17px;
  color: #3A3A3A;
  pointer-events: none;
}

.header-cta>p:nth-child(2) {
  display: none;
}

.mega-menu-1>h2,
.mega-menu-2>h2,
.mega-menu-3>h2,
.mega-menu-4>h2,
.mega-menu-5>h2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 140.62%;
  letter-spacing: 0.08em;
  color: var(--neutrals-darkbrown);
}

.mega-menu-5:hover {
  outline: 1px solid var(--neutrals-darkbrown);
}

.mega-sub-menu {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 12px 16px;
  margin-left: 16px;
}

.mega-sub-menu:hover {
  background-color: var(--pastel-orange100);
  border-radius: 16px;
}

.mega-sub-menu.mega-sub-menu2:hover {
  background-color: transparent;
  border-radius: 0;
}

.coming-soon {
  display: flex;
  justify-content: space-between;
}

.coming-soon p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}

.coming-soon>div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 2px 4px;
  gap: 8px;
  background: #84BD93;
  border-radius: 4px;
  margin-bottom: 8px;
  height: 18px;
}

.mega-menu-1,
.mega-menu-2,
.mega-menu-3,
.mega-menu-4 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mega-content>h3,
.mega-content>div>h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 18px;
  color: #393939;
  margin-bottom: 8px;
}

.mega-content>p {
  color: #7c7c7c;
  font-weight: 400;
  line-height: 14px;
  width: 22ch;
}

.mega-multi-p {
  margin-bottom: 8px;
}

.mega-menu-3,
.mega-menu-4 {
  margin-top: 40px;
}

.mega-menu-5 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  gap: 14px;
  background: var(--neutrals-offwhite);
  border-radius: 16px;
  grid-column: 2/5;
  margin-top: -90px;
  height: 85px;
  outline-color: transparent;
  outline-style: solid;
  outline-width: 0;
}

.mega-menu-5-left>p {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 18px;
  color: #393939;
}

.mega-menu-5-left>ul>li {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 14px;

  color: #393939;
  list-style-type: none;
  position: relative;
  padding-right: 14px;
}

.mega-menu-5-left-ul {
  display: flex;
  gap: 8px;
}

.mega-menu-5-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

div.mega-sub-menu:nth-child(4)>div:nth-child(2)>div:nth-child(1)>h3:nth-child(1) {
  width: 3ch;
}

.mega-menu-5-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mega-menu-5-right>p {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 14px;
  color: #393939;
}

.mega-button {
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  background: #689E76;
  border-radius: 8px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 140.62%;
  color: #ffffff;
  padding-block: 8px;
  justify-content: center;
}

.mega-button-1 {
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  background: var(--pastel-orange100);
  border-radius: 8px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 140.62%;
  color: #393939;
  padding-block: 8px;
  justify-content: center;
}

.mega-button-group {
  display: flex;
  gap: 8px;
  width: 100%;
}

.health-hero {
  display: flex;
  background-color: var(--neutrals-offwhite);
  padding-block: 100px;
  padding-top: 44px;
  margin-top: var(--header-height);
  position: relative;
  overflow: hidden;
}

.health-hero>.content-wrapper>h1:first-of-type {
  max-width: 29ch;
}

.health-hero.home-hero {
  /* padding-block: 87.5px; */
  padding-block: 96px;
  padding-top: 48px;
}

.health-hero>* {
  text-align: center;
}

.content-wrapper,
.choose-tvam,
.oneplan,
.policy-faq,
.super-t,
.next-step,
.calculator,
.testimonial {
  width: 100%;
  margin: auto;
  z-index: 1;
}

.home-gplay {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-gplay p {
  line-height: normal;
}

.home-gplay.home-gplay-desktop {
  flex-direction: column;
  display: flex;
}

.aboutus-hero-wrapper .home-gplay.home-gplay-desktop {
  padding-top: 40px;
}

/* 
.partners-hero-wrapper .home-gplay.home-gplay-desktop {
  margin-top: -40px;
} */

.health-hero>.content-wrapper>p:first-of-type {
  font-family: "Rubik";
  font-style: normal;
  font-size: 1.375rem;
  line-height: 26px;
}



.health-hero>.content-wrapper>h1:first-of-type {

  margin: auto;
  padding-bottom: 40px;
  line-height: 125%;
}

.health-hero>.content-wrapper>h1:first-of-type>span {
  font-weight: 500;
}

.home-cards-container>h2:nth-child(1)>span {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
}

.health-hero>.content-wrapper p {
  line-height: normal;
}

.health-hero>.content-wrapper p,
.health-hero>.content-wrapper h1 {
  color: var(--neutrals-darkbrown);
}

.tvam-span {
  color: var(--tvam-orange);
}

.health-cards-two {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 16px;
}

.health-hero.gold-hero .health-cards-two {
  padding-top: 0;
}



.health-card-1,
.health-card-2 {
  background-color: var(--pastel-orange100);
  display: flex;
  flex-direction: row;
  border: 1px solid var(--pastel-orange200);
  border-radius: 16px;
  justify-content: center;
  padding: 12px 16px;
}

.health-hero.gold-hero {
  padding-bottom: 0;
}

.health-hero.gold-hero>div:nth-child(1)>span {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 47px;
  text-align: center;
  background: linear-gradient(101.64deg, #FFC328 28.18%, #EF8829 82.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.health-hero.gold-hero .health-card-1,
.health-hero.gold-hero .health-card-2 {
  background-color: #FFE9C1;
  padding: 12px 16px;
}

.health-card-1>div:nth-child(1),
.health-card-2>div:nth-child(1) {
  background-color: #ffffff;
  padding: 12px;
  margin-block: auto;
  border-radius: 16px;
}

.health-hero.gold-hero .health-card-1,
.health-hero.gold-hero .health-card-2 {
  gap: 12px;
  max-width: 216px;
}

.health-card-1 p,
.health-card-2 p {
  line-height: normal;
  margin: auto;
  padding-top: 4px;
  width: 10ch;
}

.health-hero.gold-hero .health-card-1 p,
.health-hero.gold-hero .health-card-2 p {
  max-width: 13ch;
  width: 100%;
}

div.health-card-1:nth-child(3)>div:nth-child(2)>p:nth-child(2) {
  max-width: 13ch;
}

.health-hero.gold-hero .health-card-2 {
  align-items: center;
}

.health-hero.gold-hero .health-card-2 p {
  padding-top: 0;
}

.gold-hero-bis {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  gap: 16px;
  background: #F3EEE5;
  border-radius: 16px;
  width: 322px;
  margin: auto;
  margin-bottom: 40px;
}

.gold-hero-bis p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: .875rem;
  line-height: 140.62%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #323232;
}


.premium span {
  font-size: 2rem;
  font-weight: 500;
}

.premium p {
  font-weight: 500;
}

.premium.premium-home {
  display: none;
}

.hero-illustrations img {
  position: absolute;
}

.hero-illustrations>img:nth-child(1) {
  left: 0;
  bottom: 0;
  /* max-width: 40%; */
  /* bottom: -30px; */
  max-width: 30vw;
}

.health-hero.gold-hero .hero-illustrations>img:nth-child(1) {
  max-width: 40%;
}

.tvamev-hero .hero-illustrations>img:nth-child(1) {
  bottom: -30px;
}

.hero-illustrations>img:nth-child(2) {
  height: 400px;
  top: 0;
  z-index: 0;
  max-width: 40%;
  right: -6%;
}

.health-hero.gold-hero .hero-illustrations>img:nth-child(2) {
  right: 0;
  max-width: 30%;
}

.health-hero .hero-illustrations>img:nth-child(2) {
  height: 500px;
}

.health-hero.home-hero .hero-illustrations>img:nth-child(2) {
  height: 100%;
  top: 0;
  z-index: 0;
  max-width: 40%;
  right: -6%;
  max-height: 500px;
}

.health-hero.super-topup-hero .hero-illustrations>img:nth-child(2) {
  right: 0%;
  top: 53px;
  max-width: 30%;
  z-index: 0;
  height: 500px;
}

.premium2 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: .875rem;
  line-height: 17px;
  color: #5d5c5c;
}

.health-coverage {
  display: flex;
  padding-block: 74px;
  flex-direction: row;
  width: 100%;
  margin: auto;
  align-items: center;
  gap: 80px;
  position: relative;
}

.health-coverage-wrapper {
  background-color: var(--pastel-purple100);
}

.health-coverage-desktop {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 40vw;
}

.health-coverage-mobile {
  width: 132px;
  position: absolute;
  right: 32px;
  bottom: 0
}

.health-coverage>div p,
.health-coverage>div h2 {
  line-height: 140.6%;
}

.health-coverage>div p {
  padding-top: 20px;
}

.health-coverage>div:first-of-type {
  width: 52%;
}

.rubik-h1-bold.download-the-tvam {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: normal;
  color: var(--neutrals-darkbrown);
}

.aboutus-hero .google-play-icon {
  display: flex;
  justify-content: center;
}

.choose-tvam {
  padding-block: 80px;
}

.choose-tvam>h2 {
  padding-bottom: 40px;
  text-align: center;
  line-height: 125%;
}

.choose-tavm-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.choose-tavm-cards h3,
.choose-tavm-cards p {
  line-height: normal;
}

.choose-tavm-cards p {
  padding-top: 8px;
}

.choose-row-1,
.choose-row-2 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.choose-row-1>*,
.choose-row-2>* {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: var(--pastel-red200);
  padding: 24px 22px 24px 24px;
  border-radius: 16px;
}

.choose-icon {
  padding: 16px;
  border-radius: 16px;
  background-color: #ffffff;
  margin-right: auto;
}

.trusted {

  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 32px;
  background: #fef3e7;
  border: 1px solid var(--pastel-orange200);
  border-radius: 32px;
  text-align: center;
  justify-content: space-between;
}

.trusted-left>p:nth-child(2) {
  display: none;
}

.trusted-wrapper {
  padding-block: 48px;
}

.trusted-left>p:nth-child(2) {
  display: none;
}

.trusted-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  order: 1;
  gap: 32px;
}

.trusted-left>div p {
  line-height: normal;
}

.trusted-left>p:first-of-type {

  line-height: normal;
}

.trusted-left-subtext {
  width: 13ch;
  line-height: normal;
  font-weight: 500;
}

.trusted-left-subtext:nth-of-type(3) {
  width: 50%;
  margin: auto;
}

.trusted-left>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 16px;
  margin: 0 auto;
}

.trusted-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 0px;
  gap: 20px;
  order: 2;
}

.trusted-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 22px;
  gap: 20px;
  order: 3;
}

.trusted-right p {



  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140.62%;

  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  color: #797979;


}

.trusted-right img {
  max-width: 305px;
}

.trusted-middle>p,
.trusted-middle h5 {
  text-align: center;

  line-height: normal;
}

.oneplan {
  display: flex;
  gap: 0px;
  padding-top: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.oneplan-header-m {
  display: none;
}

.oneplan h2,
.oneplan p {
  line-height: normal;
}

.oneplan p {
  padding-top: 4px;
  padding-bottom: 40px;
  text-align: center;
}

.oneplan-cards {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.oneplan-cards>* {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background-color: var(--pastel-orange100);
  border-radius: 16px;
  padding-top: 17px;
  position: relative;
  justify-content: space-between;
}

.oneplan-cards img {
  margin-inline: auto;
  display: block;
}

.oneplan-cards h3 {
  line-height: normal;
  font-weight: 500;
  padding-left: 25px;
  font-size: 1.25rem;
}

.choose-tvam-wrapper,
.trusted-wrapper,
.oneplan-wrapper,
.testimonial-wrapper {
  background-color: var(--neutrals-offwhite);
}

.testimonial-wrapper {
  position: relative;
}

.policyfaq-wrapper {
  background-color: var(--pastel-purple100);
  padding-block: 80px;
}

.policy-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.policy-faq h2,
.policy-faq p {
  line-height: normal;
}

.policy-faq p {
  padding-bottom: 32px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 1120px;
  width: 100%;
  padding: 24px;
  background-color: white;
  border-radius: 24px;
  margin: auto;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: min(1120px, 95vw);
  width: 100%;
  background-color: #efedf8;
  border-radius: 24px;
  margin: auto;
}

.accordion-wrapper {
  background-color: #efedf8;
  width: 100%;
  justify-content: center;
  padding-top: 32px;
}

.faq-wrapper {
  background-color: #EDECF8;
  width: 100%;
  justify-content: center;
  padding-block: 48px;
}

.accordion .accordion-item,
.faq .faq-item {
  border: none;
}

.accordion-item {
  transition: color ease 250ms, background-color ease 500ms;
}

.accordion-item-description div {
  margin-bottom: 4px;
  background-color: #efedf8;
  padding: 16px 24px;
}

.accordion-item:hover {
  background-color: #f6f6f6;
}

.faq-item-description div {
  margin-bottom: 4px;
  background-color: #efedf8;
  padding: 0px;
}

.faq-item-description-p {

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 18px;
  color: #7A7A7A;
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
  border: none;
  border-top: 1px solid var(--border-color);
  visibility: visible;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
  visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  width: 100%;
}

.accordion .accordion-item .accordion-item-header:focus-visible,
.faq-item-header:focus-visible {
  outline: 2px solid blue;
}

.faq-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 4px;
  margin-bottom: 32px;
}

.faq-main h2 {

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 42px;
  text-align: center;
  color: #3F2D20;
}

.faq h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 24px;
  color: #F0A86C;
}

.faq-main p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 24px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3F2D20;
}

.faq .faq-item .faq-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  cursor: pointer;
  margin-bottom: 8px;
  width: 100%;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 3.25rem;
}

.faq .faq-item .faq-item-header .faq-item-header-title {
  line-height: normal;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: .875rem;
  color: #3F2D20;
  padding-bottom: 8px;
  text-align: left;
  display: block;
}

.faq-left {
  padding-block: 8px;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  transition: var(--transition);
}

.accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
  transform: rotate(-180deg);
}

.faq .faq-item.open .faq-item-header .faq-item-header-icon {
  transform: rotate(360deg);
}

.faq .faq-item .faq-item-header .faq-item-header-icon {
  transform: rotate(-90deg);
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}

.accordion .accordion-item.open .accordion-item-header {
  background-color: #f4f4f4;
  margin-bottom: 4px;
  border-left: solid 4px #6d45a0;
}

.faq .faq-item.open .faq-item-header {

  margin-bottom: 4px;

}

.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}

.faq .faq-item .faq-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}

.faq .faq-item.open .faq-item-description-wrapper {
  grid-template-rows: 1fr;
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
  min-height: 0;
}

.faq .faq-item .faq-item-description-wrapper .faq-item-description {
  min-height: 0;
}

.accordion-wrapper {
  display: flex;
  justify-content: center;
}

.accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
  padding-top: 4px;
  line-height: normal;
}

.accordion-left {
  display: flex;
  gap: 12px;
}

.accordion-item-description {
  padding-inline: 0;
}

.accordion-item-description-h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: .875rem;
  line-height: 140.62%;
  color: #3f2d20;
}

.accordion-item-description-h2 a,
.footer-1>div:nth-child(1)>h3:nth-child(2)>a:nth-child(1) {
  color: blue;
  text-decoration: underline;
}

.accordion-item-description-p,
.accordion-item-description li {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 17px;
  color: #3f2d20;
}

.accordion-item-description ol {
  list-style-position: inside;
}

.faq-tabs {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-bottom: 16px;
}

.tablinks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #E8E6F0;
  border-radius: 16px;
  transition: color ease 250ms, background-color ease 300ms;
}

.tablinks:focus-visible {
  outline: 2px solid blue;
}

.tablinks.active {
  background: #E0DEE8;
}

.tablinks.active h3 {
  color: #EF8935;
}

.tablinks:hover h3 {
  color: #EF8935;
}

.faq-tab-content {
  display: none;
}

.faq-tab-content.active {
  display: block;
}


.super-wrapper {
  background-color: var(--pastel-purple100);
  padding-block: 48px;
}

.super-t {
  display: flex;
  flex-direction: row;
  gap: 80px;
}

.super-t-left {
  display: flex;
  gap: 32px;
  flex-direction: column;
  min-width: 65%;
}

.super-wrapper.tvamev-super .super-t-left {
  max-width: 75%;
}

.super-t-card-text {
  display: flex;
  flex-direction: row;
  /* gap: 80px; */
  gap: 32px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.super-t-card-text>div>p {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 28px;
  color: #3f2d20;
  width: 14ch;
}

.super-t-cards {
  display: flex;
  gap: 24px;
}

.super-t-cards div {
  background-color: #dfd5eb;
  padding: 16px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #c7bfff;
}

.super-t-cards p {
  width: 9ch;
  line-height: normal;
  font-weight: 500;
}

.super-t-cta {
  padding-block: 16px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: row;
  border-radius: 16px;
  gap: 12px;
  color: var(--neutrals-darkbrown);
  transition: color ease 250ms, background-color ease 300ms;
}

.super-t-cta:hover {
  background-color: var(--neutrals-darkbrown);
  color: white;
}

.super-t-cta:hover svg path {
  stroke: white;
}

.super-t-cta svg path {
  transition: all ease 250ms;
}

.super-t-cta svg,
.super-t-cta-mobile svg {
  transform: rotate(-90deg);
  margin-block: auto;
}

.super-t-cta p,
.super-t-cta-mobile p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
}

.super-t-cta-mobile>img:last-of-type {
  display: none;
}

.super-t-cta p,
.super-t-cta-mobile p {
  line-height: normal;
}

.super-t-cta img,
.super-t-cta-mobile img {
  transform: rotate(-90deg);
  margin-block: auto;
  padding: 2px;
}

.super-t-cta-mobile {
  padding-block: 16px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: row;
  border-radius: 16px;
  gap: 11px;
  color: var(--neutrals-darkbrown);
}

.super-t-cta-mobile p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
}

.super-t-cta-mobile:hover {
  background-color: var(--neutrals-darkbrown);
  color: white;
}

.super-t-cta-mobile:hover svg path {
  stroke: white;
}

.super-t-right {
  position: relative;
  width: 100%;
}

.super-wrapper.tvamev-super .super-t-right {
  width: auto;
}

.super-t-left>p {
  font-weight: 500;
  line-height: normal;
}


.super-t-card-text>div>p {
  line-height: normal;
}

.super-t-card-text h2 {
  padding-bottom: 20px;
  line-height: 120%;
}

.super-t-right img {
  position: absolute;
  bottom: -80px;
  right: 0;
  /* width: 100%; */
  max-width: 30vw;
}

.next-step-wrapper {
  background-color: var(--neutrals-offwhite);
  z-index: 1;
  position: relative;
}

.discover {
  width: 100%;
  max-width: 1040px;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding-block: 80px;
  gap: 40px;
}

.discover>div h2,
.discover-2-right h6,
.discover>div p {
  text-align: center;
  line-height: normal;
}

.next-step-left {
  max-width: 50vw;
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
}

.next-step-left h2 {
  line-height: normal;
}

.next-step-left p.poppins-h5-semibold {
  font-family: "Rubik";
}

.discover-wrapper {
  background-color: #fffbf3;
  position: relative;
}

.discover-2 {
  display: flex;
  align-items: center;
  gap: 40px;
}

.discover-2-home {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.discover-2>div>p,
.discover-2-home>div>p {
  text-align: left;
  line-height: 140%;
  max-width: 45ch;
}

.discover-2-right {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.discover-2-home-right {
  display: flex;
  gap: 16px;
}

.discover-2-right>div>div>p,
.discover-2-right>div>div>h3,
.discover-2-home-right>div>div>p,
.discover-2-home-right>div>div>h3 {
  line-height: normal;
  text-align: center;
}

.discover-2-right>div>div>p {
  padding-top: 4px;
}

.discover-2-right>div {
  display: flex;
  padding: 16px;
  gap: 12px;
  background-color: #fce7d4;
  border: 1px solid #f5b87f;
  border-radius: 16px;
  align-items: center;
  flex: 1;
  max-width: 213px;
}

.discover-2-home-right>div {
  display: flex;
  padding: 16px;
  gap: 18px;
  background-color: #EFEDF8;
  border: 1px solid #C7BFFF;
  border-radius: 16px;
  align-items: center;
  flex: 1;
}


.discover-2-right>div img,
.discover-2-home-right>div img {
  background-color: #ffffff;
  padding: 12px;
  border-radius: 16px;
  margin-block: auto;
}

.calculator {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.calculator-wrapper {
  background-color: var(--pastel-red100);
  padding: 48px;
}

.calculator-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  gap: 8px;
  background: #fffbf3;
  border-radius: 16px;
}

.calculator-left h2 {
  width: 12ch;
  line-height: normal;
}

.calculator-left p {
  width: 100%;
  font-size: 1rem;
  font-family: Poppins;
  font-weight: 600;
  color: #3f2d20;
}

#members-number {
  margin-right: 4px;
}

.calculator-middle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  justify-content: space-between;
  align-items: stretch;
}

.calculator-middle>div:nth-child(1)>p:nth-child(1),
.calculator-middle>div:nth-child(2)>p:nth-child(1),
.calculator-wrapper2 .calculator-middle>div:nth-child(1)>p:nth-child(1),
.calculator-wrapper2 .calculator-middle>div:nth-child(2)>div:nth-child(1)>p:nth-child(1),
.calculator-wrapper2 .calculator-middle>div:nth-child(2)>div:nth-child(2)>p:nth-child(1) {
  font-weight: 600;
  line-height: normal;
  padding-bottom: 16px;
}

.calculator-wrapper .calculator .calculator-right-output-1>div:nth-child(1)>p:nth-child(2),
.calculator-wrapper .calculator .calculator-right-output-1>div:nth-child(2)>p:nth-child(2),
.calculator-wrapper2 .calculator-right-output-1>div:nth-child(3)>p:nth-child(2) {
  font-weight: 500;
  line-height: normal;
}

.calc-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-direction: row;
  padding: 16px;
  gap: 32px;
  background: #fffbf3;
  border-radius: 16px;
}

.calculator-middle label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: .875rem;
  line-height: 19px;
  color: #3F2D20;
}

.calculator-wrapper .calculator .calculator-middle div div.calc-checkbox p {
  font-weight: 600;
  line-height: normal;
}

.calculator-wrapper .calculator .calculator-right .calculator-right-output p {
  font-weight: 700;
  line-height: normal;
}

.calculator-right-output-2 p.rubik-caption {
  text-align: center;
}

.quantity,
.quantity2 {
  display: flex;

  border-radius: 8px;
  overflow: hidden;

  grid-column: 2;
  justify-self: flex-end;
}

.quantity button,
.quantity2 button {
  /* background-color: #3498db; */
  color: var(--neutrals-darkbrown);
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  width: 26px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
  background: #F0D3D3;
  font-weight: 700;
}

.quantity button:hover,
.quantity2 button:hover {
  background-color: #F0D3D3;
}

.quantity button:focus-visible,
.quantity2 button:focus-visible {
  background: #689E76;
}

.input-box,
.input-box2 {
  width: 22px;
  text-align: center;
  border: none;
  font-size: .875rem;
  outline: none;
  color: var(--neutrals-darkbrown);
  background: #F0D3D3;
  font-weight: 700;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button .input-box2::-webkit-inner-spin-button,
.input-box2::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.input-box[type="number"],
.input-box2[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.calc-checkbox>div:nth-child(1),
.calc-checkbox>div:nth-child(2),
.calc-checkbox>div:nth-child(3),
.calc-checkbox>div:nth-child(4) {
  display: flex;
  gap: 16px
}

.calc-checkbox>div:nth-child(2n) {
  justify-self: flex-end;
}

.calc-checkbox>div:nth-child(4) {
  width: 82px;
}

#check {
  position: absolute;
  opacity: 0;
  z-index: 999;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#check+label {
  position: relative;
  /* cursor: pointer; */
  padding: 0;
}

#check+label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: solid 1px var(--neutrals-darkbrown);
  border-radius: 4px;
}

#check:hover+label:before {
  background: transparent;
}

#check:focus-visible+label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}


#check:checked+label:before {
  background: transparent;
}


/* #check:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}


#check:disabled+label:before {
  box-shadow: none;
  background: #ddd;
} */


#check:checked+label:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  /* background: var(--neutrals-darkbrown); */
  width: 16px;
  height: 16px;
  /* box-shadow:
    2px 0 0 var(--neutrals-darkbrown),
    4px 0 0 var(--neutrals-darkbrown),
    4px -2px 0 var(--neutrals-darkbrown),
    4px -4px 0 var(--neutrals-darkbrown),
    4px -6px 0 var(--neutrals-darkbrown),
    4px -8px 0 var(--neutrals-darkbrown);
  transform: rotate(45deg); */
  background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 4.66602L6.5 11.666L3.5 8.66602" stroke="%233F2D20" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}


.calculator-right {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 32px;
  justify-content: space-between;
}

.calculator-right-billing {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 8px;
  background: rgba(255, 251, 243, 0.5);
  border: 2px solid #fffbf3;
  border-radius: 16px;
  gap: 7px;
}

.billing:focus-visible,
.next-step-right button:focus-visible,
#contact-button:focus-visible,
.button404:focus-visible {
  outline: 2px solid blue;
}

/* .calculator-right-billing>* {
  flex: 1;
  width: 164px;
} */

.calculator-right-billing div:first-of-type {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 8px 16px;
  gap: 11px;

  border-radius: 12px;
}

.calculator-right-billing div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 8px 16px;
  border-radius: 12px;
}

.calculator-right-billing p:last-child,
#pay-amount-month {
  font-size: .875rem;
}

.calculator-wrapper .calculator .calculator-right .calculator-right-billing button.billing.active p {
  color: #43664C;
}

/* .calculator-right-billing button.billing:nth-child(1) {
  padding: 18px 22px;
} */

.calculator-right-billing button.billing {
  padding: 8px 16px;
  border-radius: 12px;
}

.billing.active {
  background: var(--pastel-green100);
}

.calculator-right-billing p {
  line-height: normal;
}

.calculator-right-output {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 16px;
  gap: 46px;
  background: #fffbf3;
  border-radius: 24px;
}

.calculator-right-output-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background: #fffbf3;
  border-radius: 24px;
}

.calculator-right-output-1>* {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 8px;
}

.calculator-right-output-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  gap: 4px;
  background: #f4e7e7;
  border-radius: 16px;
}

.calculator-right-output-2 span {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  color: #3f2d20;
}

.sum-buttons,
.deductibles {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  gap: 8px;
  background: #fffbf3;
  border-radius: 16px;
}

.sum-button-style,
.sum-button-style2 {
  padding: 8px;
  background: #ffefe8;
  border-radius: 8px;

  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 17px;
  text-align: center;
  color: #3F2D20;
}

.sum-button-style.active,
.sum-button-style2.active {
  background: #689E76;
  color: white;
}

.sum-button-style:focus-visible,
.sum-button-style2:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  outline: inherit;
}

/* .minus:focus,
.plus:focus {
  border: 1px solid blue;
} */

.sum-deduct {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-top: 24px;
}

.calculator-wrapper .calculator-middle>div:nth-child(2) {
  margin-top: 24px;
}

.sum-deduct>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.buy-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 40px;
  width: 100%;
  height: 55px;
  background: #689E76;
  border-radius: 12px;
  color: white;
  transition: color ease 250ms, background-color ease 300ms;
}

.buy-button p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140.62%;
}

.calculator-right-output-2>div:nth-child(1),
.calculator-right-output-2>a:nth-child(2) {
  width: 50%;
}

.next-step {
  display: flex;
  gap: 24px;
  flex-direction: row;
  align-items: center;
  padding: 48px 0px;
  background: #fffbf3;
  color: var(--neutrals-darkbrown);
  justify-content: space-between;
}

.next-step.next-step-health {
  padding: 80px 0;
}

.next-step-left p {
  line-height: normal;
  font-weight: 400;
}

.next-step-right {
  padding-block: 32px;
}

.next-step-right button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  gap: 11px;
  background: #689E76;
  border-radius: 16px;
  width: min(40vw, 503px);
  height: 55px;
  margin-top: 16px;
  transition: color ease 250ms, background-color ease 300ms;
}

.next-step-right button p {
  color: white;
  line-height: normal;
}

.next-step-right input {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  gap: 8px;
  background: #fffbf3;
  border: 1px solid #000000;
  border-radius: 16px;
  width: 100%;
}

/* #phone::placeholder::before {
  content: "+91";
  width: 25px;
  height: 20px;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size:.875rem;
  color: #3F2D20;
  left: -20px;
  position: absolute;
} */
/* 
#phone::placeholder {

  font-weight: 700;
 
} */

.next-step-right input::-webkit-input-placeholder::before {
  content: "sa";
  width: 100%;
  height: 100%;
}

.next-step-right input::-moz-placeholder::before {
  content: "sa";
  width: 100%;
  height: 100%;
}

.next-step-right input:-ms-input-placeholder::before {
  content: "sa";
  width: 100%;
  height: 100%;
}

.next-step-right input::-ms-input-placeholder::before {
  content: "sa";
  width: 100%;
  height: 100%;
}

.next-step-right input::placeholder::before {
  content: "sa";
  width: 100%;
  height: 100%;
}

.next-step-right {
  padding-block: 0px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0px;
  gap: 40px;
  /* overflow: hidden; */
}

.testimonial h2,
.testimonial p {
  line-height: normal;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 28.5px;
  align-items: center;
}

.test-column {
  gap: 28px;
  display: flex;
  flex-direction: column;
  max-width: 354px;
}

.test-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px;
  gap: 32px;
  height: 100%;
  background: #fef3e7;
  border: 1px solid #f5b87f;
  border-radius: 32px;
  justify-content: center;
}

.test-item p {
  color: var(--neutrals-darkbrown);
  line-height: 140.6%;
}

.test-item p:last-child {
  color: #6f6f6f;
}

.test-sub-item {
  display: flex;
  gap: 24px;
  align-items: center;
}

.test-sub-item img {
  border-radius: 16px;
}

.swiper-container {
  overflow: hidden;
  width: 85%;
  margin: auto;
  position: relative;
}

.swiper-container-test {
  /* max-width: 1120px; */
  overflow: hidden;
}

.testimonial-grid.swiper-wrapper {
  max-width: 1142px;
  /* justify-content: flex-start; */
  /* overflow: hidden; */
}

.swiper-button-prev-test {
  left: 2% !important;
}

.swiper-button-next-test {
  right: 2% !important;
}

.swiper-button-prev.swiper-button-prev-test,
.swiper-button-next.swiper-button-next-test {
  width: 36px !important;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE5Ml8zNDE4KSI+CjxwYXRoIGQ9Ik0xMiAyMi41QzE3Ljc5OSAyMi41IDIyLjUgMTcuNzk5IDIyLjUgMTJDMjIuNSA2LjIwMTAxIDE3Ljc5OSAxLjUgMTIgMS41QzYuMjAxMDEgMS41IDEuNSA2LjIwMTAxIDEuNSAxMkMxLjUgMTcuNzk5IDYuMjAxMDEgMjIuNSAxMiAyMi41WiIgc3Ryb2tlPSIjM0YyRDIwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIgNy41TDE2LjUgMTJMMTIgMTYuNSIgc3Ryb2tlPSIjM0YyRDIwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTYuNSAxMkw3LjUgMTIiIHN0cm9rZT0iIzNGMkQyMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xOTJfMzQxOCI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transform: rotate(180deg);

}

.swiper-button-next {

  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE5Ml8zNDE4KSI+CjxwYXRoIGQ9Ik0xMiAyMi41QzE3Ljc5OSAyMi41IDIyLjUgMTcuNzk5IDIyLjUgMTJDMjIuNSA2LjIwMTAxIDE3Ljc5OSAxLjUgMTIgMS41QzYuMjAxMDEgMS41IDEuNSA2LjIwMTAxIDEuNSAxMkMxLjUgMTcuNzk5IDYuMjAxMDEgMjIuNSAxMiAyMi41WiIgc3Ryb2tlPSIjM0YyRDIwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIgNy41TDE2LjUgMTJMMTIgMTYuNSIgc3Ryb2tlPSIjM0YyRDIwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTYuNSAxMkw3LjUgMTIiIHN0cm9rZT0iIzNGMkQyMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xOTJfMzQxOCI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") !important;
  background-position: center;

}

/* .swiper-button-prev,
.swiper-button-next,
.swiper-button-prev .swiper-button-disabled {
  height: 16px;
  width: 16px;
} */

.swiper-button-next,
.swiper-button-prev {
  width: 24px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  color: var(--neutrals-darkbrown) !important;
  stroke: var(--neutrals-darkbrown) !important;
  fill: var(--neutrals-darkbrown) !important;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  display: none;
}

.policy-compare-wrapper {
  background-color: var(--neutrals-offwhite);
}

.policy-compare {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}

.policy-compare p,
.policy-compare h2 {
  line-height: normal;
}

.policy-compare-1 {
  display: flex;
  gap: 28px;
  align-items: flex-end;
  position: relative;
}

.policy-compare-1 div {
  gap: 28px;
  display: flex;
  top: 70px;
  position: absolute;
}

.policy-compare-1 img:nth-child(1) {
  margin-left: 56px;
  margin-top: 0px;
}

.policy-compare-1 img:nth-child(2) {
  margin-top: 50px;
}

.policy-compare-2 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 48px 0px;
  gap: 64px;
}

.policy-compare-2 div:nth-child(1) p {
  padding-top: 8px;
}

.policy-compare-2 div:nth-child(2) p {
  color: white;
  font-weight: bold;
}

.policy-compare-2 div:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  gap: 12px;
  background: #84BD93;
  border-radius: 16px;
}

.partners-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 80px;
  gap: 64px;
  background: var(--neutrals-offwhite);
  z-index: 1;
  position: relative;
}


.partners-hero>div:nth-child(1) p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 24px;
  text-align: center;
  color: #3F2D20;
}

.partners p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 24px;
  text-align: center;
  color: #3F2D20;
}

.partners h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: normal;
  text-align: center;
  color: #3F2D20;
  padding-bottom: 0;
}

.partners-hero>div:nth-child(1) h2 {
  font-size: 2.5rem;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  color: #3F2D20;
  padding-bottom: 8px;
}

.partners-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  justify-content: space-between;
  width: min(1120px, 90vw);
  padding-top: 64px;
  flex-wrap: wrap;
  row-gap: 64px;
}

.services-wrapper {
  padding: 40px 0px;
  background: #EEE4F8;
}

.services h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 141%;
  color: #000000;
  padding-bottom: 24px;
}

.services-cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 24px;
  flex-wrap: wrap;
}

.services-cards>* {
  flex: 1;
  display: flex;
}

.services-card-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 16px;
  gap: 24px;
  background: #FFFFFF;
  border-radius: 8px;
  flex: 1 1 0;
  width: 0;
  min-width: 178px;
  transition: all .5s ease-in-out;

}



.services-card-1:hover .svghover path {
  fill: var(--pastel-orange200);
}

.service-hover:hover {
  box-shadow: 0px 77px 31px rgba(45, 41, 34, 0.01), 0px 43px 26px rgba(45, 41, 34, 0.02), 0px 19px 19px rgba(45, 41, 34, 0.03), 0px 5px 11px rgba(45, 41, 34, 0.04), 0px 0px 0px rgba(45, 41, 34, 0.04);
  transform: scale(1.05);
}



.svghover2 {
  scale: 2;
}

div.services-card-1:nth-child(4)>div:nth-child(2)>svg:nth-child(2) {
  scale: 2;
}

.services-card-1:hover .svghover2 {
  height: 16px;
  width: 34px;
  transform: scale(.5);
}

.services-card-1:hover .svghover2 path:nth-child(1) {
  d: path("M30 8L6 8");

}

.services-card-1:hover .svghover2 path:nth-child(2) {

  d: path("M26 12L30 8L26 4");
}

.services-card-1>div>div {
  background-color: var(--pastel-green200);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 18px;
  max-width: 86px;
}

.services-card-1>div {
  display: flex;
  justify-content: space-between;
}

.services-card-1>div>div>p {

  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 14px;
  text-align: center;

  color: #FFFFFF;

}


.services-card-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.services-cards p {

  font-family: 'Rubik';
  font-style: normal;
  font-weight: 490;
  font-size: 1rem;
  line-height: 141%;
  width: 16ch;
  color: #000000;
}

.services-cards>a:nth-child(1)>div:nth-child(1)>div:nth-child(2)>p:nth-child(1),
.services-cards>a:nth-child(4)>div:nth-child(1)>div:nth-child(2)>p:nth-child(1) {
  width: 6ch;
}

.purpose {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.purpose div:nth-child(1) {
  width: 66%;
}

.purpose-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0px;
  background: #EFEDF8;
  overflow: hidden;
}

.purpose-wrapper h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140.62%;
  color: #3F2D20;
  padding-bottom: 20px;
}

.purpose-wrapper p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140.62%;
  color: #3F2D20;
}

.purpose div:nth-child(2) img {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 0;
}

.offer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0px;
  gap: 40px;
  z-index: 1;
  position: relative;
  background-color: var(--neutrals-offwhite);
}

.offer h2,
.home-cards-container>h2:nth-child(1) {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 115%;
  text-align: center;
  color: #3F2D20;
}

.home-cards-container>h2:nth-child(1) {
  width: 29ch;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-bottom: 24px;
}

.oneplan>div:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.offer p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 24px;
  text-align: center;
  color: #3F2D20;
}

.offer>p:nth-child(2) {
  padding-top: 4px;
}

.offer-cards {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.offer-wrapper.gold-onestop .offer-cards {
  flex-wrap: wrap-reverse;
  justify-content: center;
}

.offer-wrapper.gold-onestop .offer-card {
  max-width: 347px;
  height: 248px;
}

.offer-wrapper.gold-onestop div.offer-card:nth-child(2)>img:nth-child(2) {
  margin-bottom: 0;
}

.offer-wrapper.gold-onestop .offer>p:nth-child(2) {
  font-weight: 400;
  padding-top: 4px;
}

.offer-card {
  background: #FCE7D4;
  border-radius: 15.5545px;
  padding-inline: 24px;
  padding-top: 20px;
  position: relative;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex: 1 1 23%;
  justify-content: space-between;
  min-width: 290px;
  overflow: clip;
}

div.offer-card:nth-child(2)>img:nth-child(2) {
  margin-bottom: -50px;
  height: 100%;
}

.offer-card h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140.62%;
  color: #000000;
  text-align: left;
  padding-bottom: 8px;
}

.offer-card p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140.62%;
  color: #000000;
  text-align: left;
}

.home-cards-wrapper {
  background-color: var(--pastel-red200);
  padding-block: 80px;
}

.home-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.home-cards-container {
  display: flex;
  justify-content: center;
  background-color: var(--pastel-red200);
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}

.tvamev-cards-container {
  display: flex;
  justify-content: center;
  background-color: var(--pastel-red200);
  /* flex-direction: column; */
  padding: 80px 0;
}

.oneplan-cards-container {
  display: flex;
  justify-content: center;
  background-color: var(--neutrals-offwhite);
  padding-bottom: 80px;
  /* flex-direction: column; */
}

.container2 {
  /* margin-top: 40px; */
  width: 100%;
  height: 600px;
  background-color: var(--pastel-red200);
}

.container3 {
  width: 100%;
  height: 600px;
  background-color: var(--neutrals-offwhite);
  display: none;
}

.super-wrapper.tvamev-super {
  position: relative;
  overflow: hidden;
}

.cards {
  /* margin-left: 100px; */
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.card {
  /* height: 200px;
  width: 400px; */
  width: 930px;
  height: 429px;
  /* margin-bottom: 50px !important; */
  background: white;
  /* font-size: 36px; */

  &:first-child {
    box-shadow: 0px 20px 20px 15px rgba(0, 0, 0, 0.08);
  }
}

/* .tvamev-features-cards .pin-spacer {
  left: 50% !important;
  right: 50% !important;
  translate: -50%;
} */



.cardtvamev {
  /* height: 200px;
    width: 400px; */
  width: min(924px, 95vw);
  height: 419px;
  /* margin-bottom: 50px !important; */
  background: white;
  /* font-size: 36px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  position: relative;
  gap: 150px;
  background-color: var(--neutrals-offwhite);
  border-radius: 32px;
  padding-inline: 90px;
  overflow: hidden;
  width: 100%;
  max-width: 95vw;


  &:first-child {
    box-shadow: 0px 20px 20px 15px rgba(0, 0, 0, 0.08);
  }
}

.tvamev-cards-container .tvamev-features-cards>div,
.tvamev-features-cards>div {
  background-color: transparent;
}



/* 
.card {
  margin-bottom: 50px;
} */

.home-cards-r h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 140.62%;
  color: #000000;
  max-width: 20ch;
  margin-top: 16px;
}

.home-cards-r h4 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 140.62%;
  color: #000000;
  padding-top: 40px;
}

.home-cards-r p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140.62%;
  color: #000000;


}

div.card:nth-child(2)>div:nth-child(2)>h4:nth-child(3) {
  padding-top: 40px;
}

div.card:nth-child(1)>div:nth-child(2)>h4:nth-child(3) {
  padding-top: 40px;
}

div.card:nth-child(4)>div:nth-child(2)>h4:nth-child(3) {
  padding-top: 56px;
}

div.card:nth-child(1)>div:nth-child(2)>h3:nth-child(1) {
  margin-top: 0;
  min-width: 100%;
}

div.card:nth-child(1)>div:nth-child(1)>img:nth-child(1),
div.card:nth-child(2)>div:nth-child(1)>img:nth-child(1) {
  /* height: 300px; */
  height: 100%;
  max-width: 30vw;
}

.home-cards-r img,
.cardtvamev>div:nth-child(2)>img {
  display: none;
}

.home-cards>div>div:nth-child(2)>p,
.home-cards>.card>div:nth-child(2)>p {
  width: 100%;
}

.home-cards>div:nth-child(3)>div:nth-child(1)>img:nth-child(1),
.home-cards>.card:nth-child(3)>div:nth-child(1)>img:nth-child(1) {
  width: 250px;
  height: 100%;
}

.home-cards>div,
.card {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  background-color: var(--neutrals-offwhite);
  /* width: min(930px, 95vw); */
  margin: auto;
  padding: 64px;
  height: 430px;
  border-radius: 32px;
}

.card {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  background-color: var(--neutrals-offwhite);
  /* width: min(930px, 95vw); */
  margin: auto;
  padding: 64px;
  height: 430px;
  border-radius: 32px;
}

.home-cards-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  gap: 12px;
  border: 2px solid #84BD93;
  border-radius: 16px;
}

.home-cards-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 432px;
}

.home-cards-button2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  gap: 12px;
  background: #84BD93;
  border-radius: 16px;
}

.home-cards-button2 p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140.62%;
  color: #FFFFFF;
}

.home-cards-button p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140.62%;
  color: #659973;
}

.discover-2-home-right>div:nth-child(1)>div:nth-child(2),
.discover-2-home-right>div:nth-child(2)>div:nth-child(2) {
  width: 100%;
}

.health-hero.super-topup-hero .content-wrapper .premium {
  /* max-width: 573px; */
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.health-hero.super-topup-hero .hero-illustrations img:nth-child(1) {
  left: 21px;
}

.health-hero.super-topup-hero .content-wrapper h1.poppins-h1-heavy.health-h1 {
  width: 20ch;
}

.supertop-why-wrapper {
  padding: 54px 0px;
  background-color: var(--neutrals-offwhite);
}

.supertop-why {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.supertop-why-left h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140.62%;
  color: #3F2D20;
  padding-bottom: 20px;
}

.supertop-why h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 140.62%;
  color: #3F2D20;
}

.supertop-why p {

  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140.62%;

  color: #3F2D20;

}

.supertop-why-left>p:first-of-type {
  padding-bottom: 20px;
}

.supertop-why-right img {
  max-width: min(236px, 30vw);
}

.supertop-why-right>img:nth-child(2),
.supertop-why-right>img:nth-child(3) {
  display: none;
}

.super-how-wrapper {
  padding-block: 48px;
  background-color: var(--pastel-purple100);
}

.super-how h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: normal;
  color: #3F2D20;
}

.super-how>p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  color: #3F2D20;
  padding-bottom: 40px;
  padding-top: 8px;
}

.super-how {
  position: relative;
}


.super-how-flex {
  display: flex;
  justify-content: space-between;
}

.super-how-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0px;
  gap: 32px;
}

.super-how-cards p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 19px;
  color: #3F2D20;
}

.super-how-cards>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  gap: 24px;
  background: #DFD5EB;
  border: 1px solid #C7BFFF;
  border-radius: 16px;
}

.super-how-cards>div>div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  gap: 8px;
  background: #FFFFFF;
  border-radius: 16px;
}

.super-how-left {
  max-width: 600px;
}

.super-how-cards>div:nth-child(1),
.super-how-cards>div:nth-child(2) {
  flex: 1 1 47%;
}

.super-how-cards>div:nth-child(3) {
  flex: 1 1 37%;
}

.super-how-cards>div:nth-child(4) {
  flex: 1 1 57%;
}

.super-how-cards>div>div>img {
  height: 40px;
}

.super-how-left>p:nth-child(2) {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 17px;
  color: #3F2D20;
  padding-top: 16px;
  text-align: center;
}


.super-how-left>a:nth-child(3)>div:nth-child(1),
.super-how-left>a:nth-child(2)>div:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  gap: 11px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-top: 40px;
  color: var(--neutrals-darkbrown);
  transition: color ease 250ms, background-color ease 300ms;
}

.super-how-left>a:nth-child(3)>div:nth-child(1):hover,
.super-how-left>a:nth-child(2)>div:nth-child(1):hover {
  color: white;
  background-color: var(--neutrals-darkbrown);
}

.super-how-left>a:nth-child(3)>div:nth-child(1):hover svg path,
.super-how-left>a:nth-child(2)>div:nth-child(1):hover svg path {
  stroke: white;
  fill: transparent;
}

.super-how-left>a:nth-child(3)>div:nth-child(1) svg,
.super-how-left>a:nth-child(2)>div:nth-child(1)>svg:nth-child(2) {
  transform: rotate(-90deg);
}

.super-how-left>a:nth-child(3)>div:nth-child(1) svg path,
.super-how-left>a:nth-child(2)>div:nth-child(1)>svg:nth-child(2) path {
  transition: all ease 250ms;
}


.super-how-left>a:nth-child(3)>div:nth-child(1)>p:nth-child(1),
.super-how-left>a:nth-child(2)>div:nth-child(1)>p:nth-child(1) {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140.62%;

}

/* .super-how-right {
  overflow: hidden;
} */

.super-how-right>img {
  /* margin-bottom: -15px; */
  position: absolute;
  right: 0;
  bottom: -48px;
  max-width: 20vw;
  height: 100%;
}

.footer-wrapper {
  background-color: var(--pastel-red100);
  padding-block: 48px;
  position: relative;
}

.footer {
  display: grid;
  -moz-column-gap: 116px;
  column-gap: 116px;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 32px;
}

.footer-1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-1>div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.footer-1>div:nth-child(1)>h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 140.62%;
  color: #3F2D20;

  text-align: left;
  flex: 2;
}

.footer-1>div:nth-child(2)>p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 140.62%;
  color: #3F2D20;
}

.footer-2 h4 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  color: #3F2D20;
}

.footer-2 h5 {

  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 14px;
  text-transform: uppercase;

  color: #3F2D20;

}

.footer-2 {
  gap: 16px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  grid-row: span 2;
}

.footer-2>div:nth-child(2)>div:nth-child(2) {
  align-items: flex-end;
}

.footer-2>div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-2>div>div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-2>div:nth-child(4) {
  align-items: flex-end;
}

.footer-2>div>div>div {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-2 p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 14px;
  color: #3F2D20;

}

.footer-2 a {
  text-decoration: underline;
  color: inherit;
}


.footer-3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-3 h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: normal;
  color: #3F2D20;
}

.footer-3>div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-3>div>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.footer-3>div>div>div>div>div,
.footer-3>div:nth-child(2)>div:nth-child(2)>div:nth-child(1),
.footer-3>div:nth-child(2)>div:nth-child(2) {
  display: flex;
  gap: 8px;
}

.footer-3>div>div h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 140.62%;
  color: #3F2D20;
}

.footer-3>div>div p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 14px;
  color: #3F2D20;
  width: 21ch;
  padding-top: 8px;
}

.footer-4 {
  grid-column: 1;
  margin-top: 8px;
}

.footer-4 .home-gplay {
  justify-content: space-between;
}

.footer-4 .home-gplay p {
  line-height: normal;
}

.partners-hero .home-gplay.home-gplay-desktop {
  display: none;
}

.footer-5 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.footer-5>div {
  display: flex;
  gap: 24px;
}

.footer-5 p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 140.62%;
  color: #3F2D20;
}

.health-hero.tvamev-hero>.content-wrapper>h1:first-of-type {
  max-width: 25ch;
}

.health-hero>.content-wrapper>p:first-of-type {
  /* font-weight: 400; */
  padding-bottom: 8px;
}

.health-hero.gold-hero>.content-wrapper>p:first-of-type {
  font-weight: 500;
}

.health-hero.tvamev-hero .health-card-1,
.health-hero.tvamev-hero .health-card-2 {
  background-color: #EDECF8;
  border: 1px solid var(--pastel-purple200);
}

.health-hero.tvamev-hero .hero-illustrations>img:nth-child(2) {
  top: 25%;
  right: min(90px, 5%);
  max-width: 30vw;
}

.tvamev-talk {
  display: none;
}

.tvamev-compare-wrapper {
  background: #EEE4F8;
  padding-block: 32px;
}

.tvamev-compare {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 64px;
}

.tvamev-compare-left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 24px;
  gap: 64px;
  background: #FFFFFF;
  border-radius: 16px;
}

.tvamev-compare-left p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 141%;
}

.tvamev-compare h3 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 57px;
  color: #3F2D20;
}

.tvamev-compare h3>span {
  font-size: 1.5rem;
}

.tvamev-compare-left1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
}

.tvamev-compare-left2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0px;
  gap: 8px;
  justify-content: flex-end;
}

.tvamev-compare-left2 h5 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 14px;
  text-align: center;
  color: #3F2D20;
}

.tvamev-compare-left2>div:nth-child(1)>h5:nth-child(1) {
  font-weight: 600;
}

.tvamev-compare-left2 p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: .875rem;
  line-height: 17px;
  color: #3F2D20;
}

.tvamev-compare-left2 p:first-of-type {
  font-weight: 700;
}

.tvamev-compare-left2>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 2px;
}

.tvamev-compare-left2>div>div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
}

.tvamev-compare-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0px;
  gap: 32px;
}

.tvamev-compare-right1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  gap: 40px;
  background: #FFFFFF;
  border-radius: 16px;
}

.tvamev-compare-right2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
}

.tvamev-compare-right1 h4 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 141%;
  color: #113473;
}

.tvamev-compare-right1 p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 141%;
  color: #000000;
}

.tvamev-compare-right2>p:nth-child(1) {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 26px;
  color: #000000;
  width: 26ch;
}

.tvamev-compare-right2>a:nth-child(2)>p:nth-child(1) {
  width: 76px;
  height: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: .875rem;
  line-height: 141%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
}

.tvamev-compare-right1>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tvamev-compare-right1>div:nth-child(2)>div:nth-child(1) {
  display: flex;
  gap: 8px;
}

.choose-tvam-wrapper.why-tvam .choose-row-1>* {
  background-color: var(--pastel-orange100);

}

.choose-tvam-wrapper.why-tvam .choose-row-1 {
  width: 80%;
  margin: auto;
}

.choose-row-1>div {
  position: relative;
}

.tvam-exclusive {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;
  height: 34px;
  background: #84BD93;
  /* border: 2px solid var(--neutrals-offwhite); */
  border-radius: 12px 12px 12px 0px;
  position: absolute;
  top: -7%;
  left: 0;
  box-shadow: 0px 0px 0px 2px var(--neutrals-offwhite) inset;
}

.choose-row-1 .tvam-exclusive p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 18px;
  color: #FFFFFF;
  width: 100%;
  padding: 0;
}

.super-wrapper.tvamev-super .super-t-card-text>div>p {
  width: 100%;
}

.super-wrapper.tvamev-super .super-t-card-text div h2 {
  width: 17ch;
}

.super-wrapper.tvamev-super .super-t-right img {
  bottom: -50px;
  left: -75px;
  max-width: 25vw;
}

.tvamev-features-wrapper {
  background-color: var(--pastel-red200);
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tvamev-features>div h3,
.tvamev-cards-container>div>h3:nth-child(1),
.tvamev-cards-container>h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 100%;
  text-align: center;
  color: #3F2D20;
  padding-bottom: 24px;
}

.tvamev-cards-container>h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.tvamev-cards-container>div:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.tvamev-features {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tvamev-features-cards {
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  /* gap: 50px; */
  gap: 100px;
}

.tvamev-features>div p,
.tvamev-cards-container>div>p:nth-child(2),
.tvamev-cards-container>h3>span {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  text-align: center;
  color: #3F2D20;

}

.tvamev-features-cards>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  position: relative;
  gap: 150px;
  background-color: transparent;
  border-radius: 32px;
  padding-inline: 90px;
  overflow: hidden;
  width: 100%;
}



.tvamev-features-cards>div {
  min-height: 419px;
}

.tvamev-features-cards>div>div:nth-child(1) {
  min-width: 213px;
}

.tvamev-features-cards>div>div:nth-child(1)>img:nth-child(1),
.cardtvamev>div:nth-child(1)>img:nth-child(1) {

  bottom: -70px;
  margin-bottom: -90px;
  margin-top: 70px;
  width: min(213px, 30vw);
}

.tvamev-features-cards>div h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140.62%;
  color: #000000;
}

.tvamev-features-cards>div p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140.62%;
  color: #000000;
  max-width: 30ch;
  text-align: left;
}

.tvamev-features-cards>div>div:nth-child(2),
.cardtvamev>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.partners-hero-wrapper {
  background-color: var(--neutrals-offwhite);
  padding-block: 40px;
  padding-top: 50px;
  margin-top: var(--header-height);
}

.partners-hero {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.partners-hero-content {
  display: flex;
  gap: 75px;
}

.partners-hero-content>div:nth-child(1) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}

.partners-hero-content>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

.partners-hero-content>div:nth-child(2)>h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 141%;
  text-align: right;
  color: #3F2D20;
}

.partners-hero-content>div:nth-child(2)>p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 141%;
  text-align: right;
  color: #3F2D20;
  max-width: 66ch;
  /* max-width: 50vw; */
}

.tvam-collaborate-wrapper {
  background-color: var(--pastel-purple100);
  padding-block: 63px;
}

.tvam-collaborate {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.tvam-collaborate-l {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tvam-collaborate-l h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140.62%;
  color: #3F2D20;
}

.tvam-collaborate-l p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 140.62%;
  color: #3F2D20;
  width: 58ch;
  max-width: 60vw;
}

.tvam-collaborate-l img,
.tvam-collaborate-r p {
  display: none;
}

.tvam-collaborate-r img {
  width: 100%;
}

.tvam-careers-wrapper {
  background-color: var(--neutrals-offwhite);
  padding-block: 80px;
}

.tvam-careers {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tvam-careers>div:nth-child(1) {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

.tvam-careers>div:nth-child(1) h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: normal;
  text-align: center;
  color: #3F2D20;
}

.tvam-careers>div:nth-child(1) p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  text-align: center;
  color: #3F2D20;
}

.tvam-careers-cards>div h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 36px;
  color: #3F2D20;
}

.tvam-careers-cards>div>div>p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140.62%;
  width: 54ch;
  color: #3F2D20;
  max-width: 60vw;
}

.tvam-careers-cards-l p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 24px;
  color: #3F2D20;
}

.tvam-careers-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tvam-careers-cards>div {
  display: flex;
  flex-direction: row;
  background-color: #FCE7D4;
  padding: 32px;
  border-radius: 15.5px;
  position: relative;
  min-height: 248px;
  overflow: hidden;
}

.tvam-careers-cards-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tvam-careers-cards-l>div {
  display: flex;
  flex-direction: column;
  gap: 4;
}

.tvam-careers-cards-r>img {
  position: absolute;
}

.contact-us-wrapper {
  background-color: #eee4f8;
  margin-top: var(--header-height);
}

.contact-us {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.contact-us-l {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: var(--neutrals-offwhite);
  padding: 48px 80px;
  flex-grow: 1;
}

.contact-us-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 32px;
  border: 1px solid #3F2D20;
  border-radius: 16px;
  align-items: stretch;
}

.contact-us-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
}

.contact-us-info>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
}

.contact-us-l h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 125%;
}

.contact-us-l p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 141%;
  color: #3F2D20;
}

.contact-us-info>div:nth-child(3)>p:nth-child(2) {
  width: 25ch;
}

.contact-us-l>p:nth-child(2) {
  width: 46ch;
}

.contact-us-info h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140.62%;
  color: #3F2D20;
}

.contact-us-info p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  line-height: 17px;
  color: #3F2D20;
}

.contact-us-r h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 28px;
  color: #3F2D20;
}

.contact-us-r p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: .875rem;
  line-height: 17px;
  color: #3A3A3A;
  padding-top: 8px;
}

.contact-us-r label {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: .875rem;
  line-height: 17px;
  color: #3A3A3A;
}

#contact-button,
.button404 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  gap: 11px;
  background: #689E76;
  border-radius: 16px;
  transition: color ease 250ms, background-color ease 300ms;
}

#contact-button svg path,
.button404 svg path {
  transition: all ease 10ms;
}

#contact-button p,
.button404 p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140.62%;
  padding: 0;
  color: #FFFFFF;
}

.contact-us-r {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 384px;
  margin: 56px;
  margin-block: auto;
  background: white;
  padding: 24px;
  border-radius: 16px;
  flex-grow: 1;
  justify-content: space-between;
}

.contact-us-r input {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  gap: 8px;
  background: white;
  border: 1px solid #C9C9C9;
  border-radius: 8px;
  width: 100%;
}

#contact {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#contact>div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#contact input {
  border-radius: 8px;
  height: 38px;
}

#contact input::-moz-placeholder {
  padding-left: 12px;
}

#contact input::placeholder,
#contact input :-moz-placeholder {
  padding-left: 12px;
}

#contact>div:nth-child(4)>input:nth-child(2) {
  padding-bottom: 150px;
}

#contact>div:nth-child(3)>label:nth-child(1) {
  position: relative;
}

#contact>div:nth-child(3)>label:nth-child(1)::before {
  content: '+91';
  position: absolute;
  top: 40px;
  z-index: 1;
  left: 16px;
  font-size: 0.8125rem;
}

#phone {
  padding-left: 48px;
}

/* #contact label {
  line-height: 40px;
  position: absolute;
  right: 120px;
  top: 0;
  bottom: 0;
  -moz-transition: 0.3s right ease;
  -ms-transition: 0.3s right ease;
  -o-transition: 0.3s right ease;
  -webkit-transition: 0.3s right ease;
  transition: 0.3s right ease;
  z-index: 0
} */

#contact input:focus+label {
  left: 10px;
}

#message {
  height: 156px;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  gap: 8px;
  background: white;
  border: 1px solid #C9C9C9;
}

.contact-us-info>div>div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.aboutus-hero-wrapper {
  padding-top: 50px;
  background-color: var(--neutrals-offwhite);
  padding-bottom: 40px;
  margin-top: var(--header-height);
}

.aboutus-hero-wrapper-2 {
  padding-block: 19.5px;
  background-color: var(--pastel-purplemauve);
}

.aboutus-hero>h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 125%;
  text-align: center;
  color: #3F2D20;
  padding-bottom: 8px;
}

.aboutus-hero>p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 26px;
  text-align: center;
  color: #3F2D20;
}

.aboutus-content {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.aboutus-content.aboutus-content2 {
  background-color: var(--pastel-purplemauve);
  padding-top: 0;
}

.aboutus-content.aboutus-content2 .aboutus-hero-l>p {
  width: 54ch;
  max-width: 60vw;
}

.aboutus-hero-l {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutus-hero-l>h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 141%;
  color: #3F2D20;
}

.aboutus-hero-l>p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 141%;
  color: #3F2D20;

  width: 38ch;
}

.aboutus-hero-l>p:first-of-type {
  padding-top: 24px;
}

.aboutus-hero-wrapper .aboutus-hero-r>img:nth-child(2) {
  display: none;
}

div.aboutus-content:nth-child(3)>div:nth-child(2)>img:nth-child(1) {
  max-width: 100%;
}

.mission-wrapper {
  background-color: var(--neutrals-offwhite);
  padding-block: 80px;
}

.mission>h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 1.75rem;
  text-align: center;
  color: #3F2D20;
  padding-bottom: 40px;
}

.mission>p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 24px;
  text-align: center;
  color: #3F2D20;
  padding-bottom: 40px;
}

.mission-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mission-cards>div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 32px;
  background-color: var(--pastel-orange100);
  border-radius: 15.5px;
  gap: 16px;
}

.mission-cards-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mission-cards-l>div>h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 36px;
  color: #3F2D20;
}

.mission-cards-l>div:nth-child(1)>p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 24px;
  color: #3F2D20;
}

.mission-cards-l>div:nth-child(2)>p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140.62%;
  color: #3F2D20;
  max-width: 66ch;
  /* max-width: 60vw; */
}

.mission-cards>div:nth-child(2)>div:nth-child(2)>img:nth-child(1),
.mission-cards>div:nth-child(1)>div:nth-child(2)>img:nth-child(1) {
  max-width: 30vw;
  height: 100%;
}

.mission-cards-r>img:nth-child(2) {
  display: none;
}

.stat-hero-wrapper {
  background-color: var(--neutrals-offwhite);
  padding-block: 56px;
  margin-top: var(--header-height);
}

.stat-hero {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.stat-hero h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 125%;
  color: #3F2D20;
}

.stat-cards h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140.62%;
  color: #3F2D20;
  padding-top: 16px;
}

.stat-cards p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 19px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3F2D20;

}

.stat-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.stat-cards>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background-color: var(--pastel-orange100);
  flex: 1;
  border-radius: 16px;
  max-width: 346px;
}

.stat-cards>div>a>div:nth-child(1) {
  display: flex;
  padding-top: 24px;
  gap: 8px;
}

.stat-cards>div>a>div>img {
  margin-top: auto;
}

.wrapper-404 {
  background-color: var(--neutrals-offwhite);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 810px;
}

.hero-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.hero-404 h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 60px;
  color: #3F2D20;
}

.hero-404>div:nth-child(2)>p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 28px;
  color: #3F2D20;
}

.button404 {
  width: 350px;
  max-width: 90vw;
  margin-top: 32px;
}

.hero-404>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.document-wrapper {
  background-color: var(--neutrals-offwhite);
  margin-top: var(--header-height);
  padding-block: 56px;
}

/* .document-content {
  padding-block: 56px;
} */

.document-wrapper h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 125%;
  color: #3F2D20;
  margin-bottom: 32px;
}

.document-wrapper h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  color: #000000;
}

.document-wrapper p {

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  padding-bottom: 16px;

  color: #000000;


}

.document-wrapper li>p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  padding-bottom: 0;
  color: #000000;
}

.document-wrapper li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  padding-bottom: 0;
  color: #000000;
}

.document-wrapper li:last-of-type .p-bottom-0 {
  padding-bottom: 0;
}

.p-500.p-bottom-0 {
  padding-bottom: 0;
}

#p-bottom-0 {
  padding-bottom: 0;
}

.document-wrapper li:last-of-type>p {
  padding-bottom: 16px;
}

.h3-bottom16 {
  padding-bottom: 16px;
}

.document-wrapper .p-500 {
  font-weight: 500;
}

.document-wrapper .p-600 {
  font-weight: 600;
}

.abt-subhead {
  font-weight: 700;
}

.pointers {
  margin-left: 20px;
}

.bullets {
  list-style-type: disc;
}


ol.number>li {
  list-style-position: inside;
}

ol h3 {
  display: inline;
}

li p {
  display: inline;
}

.padding-16 {
  margin-block: 16px;
  display: block;
}

.pt-16 {
  padding-top: 16px;
}

.whatsapp-hover {
  position: fixed;
  right: 10%;
  bottom: 20%;
  z-index: 99999;
  padding: 12px;
  width: 48px;
  height: 48px;
  background: #689E76;
  border-radius: 16px;
}

.gold-fd-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 80px;
  gap: 108px;
  background: #EEE5F8;
}

.gold-fd {
  display: flex;
  flex-direction: column;
  gap: 88px;
  width: 100%;
}

.gold-fd h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: normal;
  text-align: center;
  color: #3F2D20;
}

.gold-fd p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  text-align: center;
  color: #3F2D20;
  padding-top: 4px;
}

.gold-tablet {
  display: none;
}

.gold-work {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.gold-work h3,
.gold-section h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: normal;
  color: #3F2D20;
}

.gold-work-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
}

.gold-work-l p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  color: #3F2D20;
  text-align: left;
  max-width: 20ch;
  padding-top: 0;
}

.gold-work-l>p:nth-child(3) {
  font-family: 'Poppins';
  color: #3F2D20;
  max-width: 100%;
}

.gold-work-l>div:nth-child(2)>div:nth-child(1)>p:nth-child(2) {
  max-width: 14ch;
}

.gold-work-l>div:nth-child(2)>div:nth-child(2)>p:nth-child(2) {
  max-width: 10ch;
}

.gold-work-l span {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 33px;
  color: #3F2D20;
}

.gold-work-l>div:nth-child(2)>div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-left: 4px solid var(--neutrals-darkbrown);
  padding-left: 16px;
  flex: 1 1 135px;
}

.gold-work-l>div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}


.gold-work-r {
  align-items: center;
  display: flex;
}

.gold-work-r>img:nth-child(1) {
  max-width: 30vw;
}

.gold-section {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 116px;
  column-gap: 116px;
  flex-wrap: wrap;
  row-gap: 32px;
}

.gold-section-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 242px;
  flex-grow: 2;
}

.gold-section-l>div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gold-section-l>div>div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  gap: 24px;
  background: #FFFBF3;
  border: 1px solid #C7BFFF;
  border-radius: 12px;

}

.gold-section-l p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  color: #3A3A3A;
  padding-top: 0;
  text-align: left;
}

.gold-section-r {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 2;
}

.gold-section-r>div {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr .85fr;
  -moz-column-gap: 28px;
  column-gap: 28px;
  background-color: #E7DCF4;
  padding: 20px;
  border-radius: 20px;
  height: 299px;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
}

.gold-section-r p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gold-section-r>div:nth-child(2)>p:nth-child(1) {
  grid-row-start: 2;
}

.gold-section-r>div:nth-child(2)>div {
  border-radius: 16px;
  padding: 16px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.gold-section-r>h3:nth-child(1) {
  text-align: right;
}

.gold-section-r>div:nth-child(2)>div:nth-child(2) {
  background-color: #FFFBF3;
}

.gold-section-r>div:nth-child(2)>div:nth-child(3) {
  background-color: #EEE5F8;
}

/* .gold-section-r>div:nth-child(2)>div:nth-child(1)>p, */
.gold-section-r>div:nth-child(2)>p {
  padding-top: 0;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  color: #3A3A3A;
  text-align: left;
}

.gold-section-r>div:nth-child(2)>div:nth-child(1)>p:last-child {
  font-weight: 700;
}

.gold-section-r>div:nth-child(2)>div:nth-child(1)>p:nth-child(3)>span,
.gold-section-r>div:nth-child(2)>p:nth-child(2)>span {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: .875rem;
  line-height: 17px;
  color: #939393;
}

/* .gold-section-r>div:nth-child(2)>div:nth-child(2)>h6:nth-child(1),
.gold-section-r>div:nth-child(2)>div:nth-child(1)>h6:nth-child(1) , */
.gold-section-r>div:nth-child(2)>h6:nth-child(5) {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  color: #EF8829;
  text-align: center;
  padding: 12px;
}


.gold-section-r>div:nth-child(2)>div:nth-child(1)>h6:nth-child(1) {
  visibility: hidden;
}

.gold-section-r>div:nth-child(2)>div:nth-child(3)>h6:nth-child(1),
.gold-section-r>div:nth-child(2)>h6 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  color: #3F2D20;
  text-align: center;
  padding: 12px;
  background: #FFFBF3;
  border-radius: 16px 16px 0 0;
}

.gold-section-r>div:nth-child(2)>h6:nth-child(10) {
  background: #EEE5F8;
}

/* .gold-section-r>div:nth-child(2)>div:nth-child(2)>p,
.gold-section-r>div:nth-child(2)>div:nth-child(3)>p, */
.gold-section-r>div:nth-child(2)>p:nth-child(n+6) {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  color: #3A3A3A;
  padding-top: 0;
  text-align: center;
  background: #FFFBF3;
  border-radius: 0;
}

.gold-section-r>div:nth-child(2)>p:nth-child(n+11) {
  background: #EEE5F8;
}

.gold-section-r>div:nth-child(2)>p:nth-child(9),
.gold-section-r>div:nth-child(2)>p:last-child {
  border-radius: 0 0 16px 16px;
}

/* .gold-section-r>div:nth-child(2)>div:nth-child(2)>p:nth-child(4),
.gold-section-r>div:nth-child(2)>div:nth-child(3)>p:nth-child(4),
.gold-section-r>div:nth-child(2)>div:nth-child(2)>p:nth-child(5),
.gold-section-r>div:nth-child(2)>div:nth-child(3)>p:nth-child(5), */
.gold-section-r>div:nth-child(2)>p:nth-child(4),
.gold-section-r>div:nth-child(2)>p:nth-child(5),
.gold-section-r>div:nth-child(2)>p:nth-child(9),
.gold-section-r>div:nth-child(2)>p:last-child {
  font-size: 1.375rem;
  font-weight: 700;
}

.oneplan-wrapper.gold-eco-wrapper {
  background-color: #C1DCC3;
}

.oneplan-cards-container.gold-eco-cards {
  background-color: #C1DCC3;
}

.oneplan-cards-container.gold-eco-cards .oneplan-cards>* {
  background-color: var(--neutrals-offwhite);
}

.oneplan-cards-container.gold-eco-cards .oneplancard p {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  padding-left: 25px;
  padding-top: 8px;
  line-height: 140%;
}

.oneplan-cards-container.gold-eco-cards .oneplancard:nth-child(3)>img:nth-child(2) {
  width: 85%;
}


/* .mega-button > p:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L1.12467 11.8913C0.430667 10.6887 0.066 9.32533 0.0666667 7.92733C0.0686667 3.55667 3.62533 0 7.99533 0C10.116 0.000666667 12.1067 0.826667 13.604 2.32533C15.1007 3.824 15.9247 5.816 15.924 7.93467C15.922 12.306 12.3653 15.8627 7.99533 15.8627C6.66867 15.862 5.36133 15.5293 4.20333 14.8973L0 16ZM4.398 13.462C5.51533 14.1253 6.582 14.5227 7.99267 14.5233C11.6247 14.5233 14.5833 11.5673 14.5853 7.93333C14.5867 4.292 11.642 1.34 7.998 1.33867C4.36333 1.33867 1.40667 4.29467 1.40533 7.928C1.40467 9.41133 1.83933 10.522 2.56933 11.684L1.90333 14.116L4.398 13.462ZM11.9893 9.81933C11.94 9.73667 11.808 9.68733 11.6093 9.588C11.4113 9.48867 10.4373 9.00933 10.2553 8.94333C10.074 8.87733 9.942 8.844 9.80933 9.04267C9.67733 9.24067 9.29733 9.68733 9.182 9.81933C9.06667 9.95133 8.95067 9.968 8.75267 9.86867C8.55467 9.76933 7.916 9.56067 7.15933 8.88533C6.57067 8.36 6.17267 7.71133 6.05733 7.51267C5.942 7.31467 6.04533 7.20733 6.144 7.10867C6.23333 7.02 6.342 6.87733 6.44133 6.76133C6.542 6.64667 6.57467 6.564 6.64133 6.43133C6.70733 6.29933 6.67467 6.18333 6.62467 6.084C6.57467 5.98533 6.17867 5.01 6.014 4.61333C5.85267 4.22733 5.68933 4.27933 5.568 4.27333L5.188 4.26667C5.056 4.26667 4.84133 4.316 4.66 4.51467C4.47867 4.71333 3.96667 5.192 3.96667 6.16733C3.96667 7.14267 4.67667 8.08467 4.77533 8.21667C4.87467 8.34867 6.172 10.35 8.15933 11.208C8.632 11.412 9.00133 11.534 9.28867 11.6253C9.76333 11.776 10.1953 11.7547 10.5367 11.704C10.9173 11.6473 11.7087 11.2247 11.874 10.762C12.0393 10.2987 12.0393 9.902 11.9893 9.81933Z' fill='white'/%3E%3C/svg%3E%0A");
  height: 16px;
  width: 16px;
  position: absolute;
  right: -18px;
  top: 0;
} */
@media(min-width:1164px) {
  .calculator-right-output>div:nth-child(2)>p:nth-child(1) {
    padding-bottom: 8px;
  }

  .calculator-middle {
    gap: 0;
  }

  .calculator {
    height: 330px;
  }
}

@media(min-width:1120px) {

  .choose-tvam,
  .oneplan,
  .policy-faq,
  .super-t,
  .next-step,
  .calculator,
  .testimonial,
  .policy-compare,
  .faq,
  .partners,
  .services,
  .purpose,
  .offer,
  .supertop-why,
  .super-how,
  .footer,
  .tvamev-compare,
  .tvamev-features,
  .partners-hero,
  .tvam-collaborate,
  .tvam-careers,
  .aboutus-hero,
  .aboutus-content.aboutus-content2,
  .mission,
  .stat-hero,
  .hero-404,
  .home-cards,
  .document-content,
  .gold-fd,
  .accordion {
    max-width: min(1120px, 95vw);
    /* max-width: 1120px; */
    margin: auto;
  }

  .next-step-wrapper.gold-callback .next-step-left p {
    width: 34ch !important;
  }

}

@media(min-width:600px) and (max-width:1164px) {
  .calculator {
    flex-wrap: wrap;
    flex-direction: column;
    /* max-width: 600px; */
    max-width: 100%;
  }

  .calculator-wrapper {
    padding: 80px 72px;
  }

  .calculator-left {
    background: none;
    padding: 0;
    padding-bottom: 32px;
    margin: auto;
  }

  .calculator-left h2 {
    width: 26ch;
    text-align: center;
  }

  .calculator-left p {
    text-align: center;
  }

  .calculator-middle {
    align-items: stretch;
  }

  .calculator-right-billing {
    margin-top: 24px;
    align-items: stretch;
  }

  .calculator-right-billing button.billing,
  .calculator-right-billing button.billing:nth-child(1) {
    padding: 8px 16px;
    width: 50%;
  }

  .calculator-right-output-1 {
    align-items: flex-start;
    gap: 24px;
    justify-content: start;
  }

  .calculator-right-output {
    gap: 0;
  }

  .calculator-right .calculator-right-output p.poppins-h4-semibold {
    padding-top: 46px;
    padding-bottom: 8px;
  }

  .calculator-middle,
  .calculator-right {
    flex-grow: 2;
  }

  .calc-checkbox>div:nth-child(3) {
    justify-self: center;
  }

  .calc-checkbox>div:nth-child(2) {
    justify-self: auto;
  }

  /* .buy-button {
    width: 264px;
    max-width: 35vw;
  } */

  .calculator-right-output-2 p.rubik-caption {
    width: 100%;
  }

  .sum-buttons,
  .deductibles {
    justify-content: space-between;
  }

  .sum-button-style,
  .sum-button-style2 {
    padding: 8px 14px;
  }

  .calculator-middle>div:nth-child(1)>p:nth-child(1),
  .calculator-middle>div:nth-child(2)>p:nth-child(1) {
    font-weight: 600;
  }

  .calc-checkbox {
    grid-template-columns: repeat(4, 1fr);
  }

  .quantity,
  .quantity2 {
    grid-column: 4;
  }

}

@media (max-width: 1120px) {

  .choose-tvam,
  .oneplan,
  .policyfaq-wrapper,
  .super-t,
  .next-step,
  .testimonial,
  .policy-compare,
  .faq-wrapper,
  .partners-wrapper,
  .services-wrapper,
  .purpose-wrapper,
  .offer-wrapper,
  .supertop-why-wrapper,
  .super-how-wrapper,
  .footer-wrapper,
  .tvamev-compare-wrapper,
  .tvamev-features,
  .partners-hero-wrapper,
  .tvam-collaborate-wrapper,
  .tvam-careers,
  .aboutus-hero-wrapper,
  .aboutus-content.aboutus-content2,
  .mission-wrapper,
  .stat-hero-wrapper,
  .hero-404,
  .home-cards,
  .document-wrapper,
  .gold-fd-wrapper,
  .health-coverage,
  .trusted-wrapper,
  .discover,
  .next-step,
  .next-step.next-step-health,
  .oneplan-cards-container {
    padding-inline: 72px;
  }

  .mega-menu {
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(208px, 1fr));
    width: 100%;
  }

  .mega-menu-5 {
    grid-column: 1/4;
    margin-top: 0;
  }

  .mega-menu-1,
  .mega-menu-2,
  .mega-menu-3,
  .mega-menu-4 {
    align-items: center;
  }

  .mega-menu-1>h2,
  .mega-menu-2>h2 {
    align-self: self-start;
  }

  .tvamev-compare-right2>p:nth-child(1) {
    font-size: 1.25rem;
    width: 100%;
  }

  .tvamev-compare-wrapper {
    padding: 48px 72px;
  }

  .tvamev-compare {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }

  .tvamev-compare-right {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .tvamev-compare-right1 {
    gap: 32px;
    padding: 16px;
  }

  .tvamev-compare-right2 {
    align-items: start;
    gap: 16px;
  }

  .tvamev-compare-left {
    padding: 16px;
  }

  .choose-tvam-wrapper.why-tvam .choose-row-1 {
    width: 100%;
  }

  .health-coverage-desktop {
    right: 72px;
  }

  .card,
  .cardtvamev {
    width: calc(100vw - 144px) !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 56px
  }

  /* .health-hero.home-hero .hero-illustrations>img:nth-child(2) {
    top: -15%;
    right: -10%;
  } */

  .health-hero .hero-illustrations>img:nth-child(2),
  .health-hero.home-hero .hero-illustrations>img:nth-child(2),
  .health-hero.super-topup-hero .hero-illustrations>img:nth-child(2),
  .super-t-right img,
  .super-how-right>img {
    height: auto;
  }



}

@media (max-width:1286px) {
  .trusted-middle {
    grid-column: span 2;
    order: 0;
  }

  .testimonial-grid.swiper-wrapper {
    max-width: 690px;
  }

  .test-column {
    max-width: 320px;
  }
}

@media (max-width: 1056px) {
  .nav-logo {
    gap: 18px;
  }


  .nav-ul {
    gap: 24px;
  }

  .header-cta {
    padding-inline: 8px;
  }

  .mega-h,
  .not-mega-h {
    padding-inline: 0;
  }
}



@media (max-width:946px) {

  .trusted-left,
  .trusted-right {
    grid-column: span 2;
  }

  .services-card-1 {
    flex: 0 1 0;
    min-width: calc(33vw - 63.36px);
  }

  .testimonial-grid.swiper-wrapper {
    max-width: 390px;
  }

  .test-column {
    max-width: 365px;
  }

  div.card:nth-child(1)>div:nth-child(1)>img:nth-child(1) {
    max-width: 20vw;
  }

}

@media (max-width: 767px) {

  .mega-menu,
  .main-nav,
  .testimonial-wrapper {
    display: none;
  }


  .premium>p:nth-child(1),
  .illus-mobile,
  .health-coverage-desktop {
    display: none;
  }



  /* #menu-mobile {
    transform: none;
    opacity: 0;

    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  } */
  .mega-button-1,
  .mega-button-2,
  .mega-button {
    padding: 8px 16px;
    width: 100%;
  }

  .mega-button-1 {
    background: transparent;
    border: solid 1px black;
  }

  .mega-button-group a {
    flex: 1;
    display: flex;
  }

  .mega-button-1 a,
  .mega-button a {
    display: flex;
    flex: 1;
  }

  .header-hamburger {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }

  header {
    padding-inline: 20px;
  }

  .hamburger {
    display: block;
    position: relative;
    /* top: 50px;
    right: 50px; */

    z-index: 1;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .hamburger input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
  }

  /*
 * Just a quick hamburger
 */
  .hamburger span {
    display: block;
    width: 21.6px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #3f2d20;
    border-radius: 3px;
    border: 1px solid #3F2D20;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
    margin-left: auto;
  }

  .hamburger span:first-child {
    transform-origin: 0% 0%;
  }

  .hamburger span:nth-last-child(2) {
    transform-origin: 0% 100%;

  }

  .hamburger>span:nth-child(4) {
    width: 18px;
  }

  .hamburger>span:nth-child(3) {
    width: 14.4px;
  }

  /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
  .hamburger input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(5px, -3px);
    background: #3f2d20;
    width: 20px;
  }

  /*
 * But let's hide the middle one.
 */
  .hamburger input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
 * Ohyeah and the last one should go the other direction
 */
  .hamburger input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(10px, 0px);
  }

  /*
 * Make this absolute positioned
 * at the top left of the screen
 */
  #menu-mobile {
    position: absolute;
    width: 336px;
    margin: -100px 0 0 0;
    padding: 16px;
    padding-top: 75px;
    right: -25px;
    background: #FEF3E7;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  }

  #menu-mobile>p:nth-child(1) {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 33px;
    color: #393939;
    padding-bottom: 24px;
  }

  #menu-mobile>p:nth-child(2) {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: .875rem;
    line-height: 16px;
    padding-bottom: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #393939;
  }

  #menu-mobile li {
    padding: 10px 0;
    font-size: 1.375rem;
  }

  .mobile-panel {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    justify-content: space-between;
  }

  .mobile-panel>div:nth-child(3) {
    flex-direction: column;
  }

  .mobile-panel+div {
    display: flex;
    gap: 32px;
    margin-top: 64px;
    justify-content: space-between;
  }

  .mobile-panel h3 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 140.62%;
    letter-spacing: 0.08em;
    color: #3F2D20;
  }

  .mobile-panel-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    gap: 16px;
    border-radius: 8px;
    position: relative;
    min-height: 52px;
    background-color: var(--pastel-orange100);
  }

  #menu-mobile>div:nth-child(3)>div:nth-child(1),
  #menu-mobile>div:nth-child(3)>div:nth-child(2) {
    background-color: transparent;
    border: 1px solid black;
  }

  .mobile-panel-item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 18px;
    max-width: 10ch;
    color: #393939;
  }

  #menu-mobile>div:nth-child(3)>div:nth-child(1)>p:nth-child(2),
  #menu-mobile>div:nth-child(3)>div:nth-child(2)>p:nth-child(2),
  #menu-mobile>div:nth-child(3)>div {
    width: 100%;
  }

  .coming-soon-m {
    position: absolute;
    bottom: -8px;
    background: var(--pastel-green200);
    padding: 2px 4px;
    left: 0;
    padding: 2px 4px;
    border-radius: 4px;
  }

  .coming-soon-m p {
    width: 100%;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 12px;
    color: #FFFFFF;
  }

  .mobile-panel>div {
    gap: 12px;
    display: flex;
    flex-direction: column;
  }

  .mobile-panel>div:nth-child(2) {
    gap: 12px;
  }

  /* 
  .mobile-panel>div:nth-child(2)>h3:nth-child(1) {
    padding-bottom: 12px;
  } */

  .mobile-panel>div:nth-child(2)>div:nth-child(2) {
    margin-bottom: 22px;
  }

  .meet-tvam-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 64px;
  }

  .meet-tvam-wrapper .mega-button {

    justify-content: center;
  }

  .meet-tvam {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 14px;
    background: #FFFBF3;
    border-radius: 16px;
  }

  .meet-tvam>p,
  .meet-tvam>a:nth-child(1)>p:nth-child(1) {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 18px;
    color: #393939;
    width: 28ch;
    margin-right: auto;
    width: 100%;
  }

  .mobile-menu-links {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px;
    gap: 12px;

  }

  .mobile-menu-links p {



    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: .875rem;
    line-height: 21px;

    -webkit-text-decoration-line: underline;

    text-decoration-line: underline;

    color: #393939;




  }

  .download-app-mobile {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 12px 16px;
    gap: 8px;



    background: #393939;
    border-radius: 8px;


  }

  .download-app-mobile p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 140.62%;
    color: #FFFFFF;
  }

  /*
 * And let's fade it in from the left
 */
  .hamburger input:checked~ul {
    transform: none !important;
    opacity: 1;
  }

  .header-hamburger nav {
    margin-block: auto;
    z-index: 9;
  }

  .hero-illustrations>img:nth-child(1),
  .hero-illustrations>img:nth-child(2) {
    display: none;
  }

  .content-wrapper {
    display: flex;
    flex-direction: column;
  }

  .premium {
    order: 2;
  }

  .premium.premium-home {
    display: block;
    order: 2;
  }

  .health-hero .content-wrapper a {
    order: 3;
  }

  .home-gplay {
    order: 4;
  }



  .health-cards-two {
    order: 2;
    flex-wrap: wrap;
  }

  .rubik-h1-bold.download-the-tvam {
    font-size: 1rem;
  }

  .download-the-tvam {
    order: 3;
    padding-top: 50px;
  }

  .aboutus-hero p.rubik-h1-bold.download-the-tvam {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 3.125rem;
    color: var(--neutrals-darkbrown);
  }



  .health-hero {
    padding-top: 48px;
    padding-bottom: 96px;
    padding-inline: 72px;
  }



  .health-coverage {
    gap: 64px;
    padding-inline: 72px;
    padding-block: 50px;
  }

  .health-coverage>div h2 {
    max-width: 25ch;
  }

  .health-coverage>div p {
    max-width: 30ch;
  }

  .health-coverage-mobile {
    width: inherit;
    right: 72px;
    right: min(72px, 10vw);
    max-width: min(175px, 20vw);
  }

  .google-play-icon {
    order: 4;
  }


  .choose-tvam {
    padding-block: 48px;
  }

  .choose-tvam,
  .next-step {
    padding-block: 48px;
    padding-inline: 72px;
  }

  .next-step.next-step-health {
    padding: 80px 72px;
  }

  .choose-tvam {
    padding-inline: 84px;
  }

  .choose-row-1,
  .choose-row-2 {
    justify-content: center;
  }

  .choose-row-1 p,
  .choose-row-2 p {
    line-height: normal;
    /* width: 23ch; */
    width: 100%;
  }

  .choose-row-1>div:nth-child(3)>div:nth-child(2)>p:nth-child(2) {
    width: 100%;
  }

  .choose-row-1>div:nth-child(3) {
    order: 1;
    flex-direction: row;
    max-width: 100%;
    width: 576px;
  }

  .choose-tvam-wrapper.super-topup-choose .choose-row-1>div:nth-child(3) {
    order: 0;
    flex-direction: column;
    /* max-width: 272px; */
  }


  .choose-row-1>div:nth-child(3)>div:nth-child(2) {
    flex-grow: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .choose-row-1>*,
  .choose-row-2>* {
    /* max-width: 272px; */
    width: 100%;
    flex: 1 1 200px;
    /* min-width: 200px; */
  }

  .trusted {
    flex-direction: column;
    padding: 40px;

    max-width: 484px;
  }

  .trusted-wrapper {
    padding-inline: 20px;

  }

  .trusted-middle {
    order: 1;
  }

  .trusted-middle>h5 {
    font-size: 1.5rem;
  }

  .trusted-left {
    order: 2;
  }

  .trusted-right img {
    max-width: 35vw;
  }

  .oneplan-cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .oneplan {
    padding-inline: 80px;
  }

  .oneplan h2 {
    font-size: 1.25rem;
    text-align: center;
  }

  .oneplan-cards-container>.oneplan-cards {
    gap: 24px;
  }

  .oneplan-cards>* {
    flex-direction: row;
    padding-inline: 40px;
    align-items: center;
  }

  .oneplan-cards img {
    margin-right: 0;
  }

  .oneplan-cards-container>.oneplan-cards>* {
    flex-direction: row;
    padding-inline: 40px;
    align-items: center;
    height: 160px;
    width: 100%;
  }

  .oneplan-cards-container>.oneplan-cards img {
    height: 140px;
    max-width: 25vw;
  }

  .oneplan-cards-container {
    padding-inline: 80px;
  }

  .oneplan-cards-container>.oneplan-cards h3 {
    padding-left: 0;
    max-width: 16ch;
  }


  .super-t-card-text {
    flex-direction: column;
    gap: 40px;
  }

  .super-t {
    padding-inline: 72px;
    flex-direction: column;
    gap: 40px;
  }

  .super-t-left>p {
    font-size: 1.25rem;
  }

  .super-wrapper.tvamev-super .super-t-left {
    max-width: 100%;
  }

  .super-t-card-text h2,
  .super-t-card-text>div>p {
    font-size: 1.375rem;
  }

  .super-t-card-text>div>p {
    width: 100%;
  }

  .super-t-right img {
    position: absolute;
    top: -296px;
    height: 199px;
    max-width: 208px;
    right: -20px;
  }

  .super-wrapper.tvamev-super .super-t-right img {
    left: auto;
    right: 0;
  }

  .super-t-cta {
    display: none;
  }

  .super-t-right-mobile img {
    position: absolute;
    bottom: -80px;
  }

  .discover-2 {
    flex-direction: column-reverse;
  }

  .discover-2>div>p {
    text-align: center;
    line-height: 140%;
    width: 35ch;
  }

  .discover {
    padding-inline: 80px;
  }

  .next-step {
    flex-wrap: wrap;
    gap: 48px;
  }

  .next-step-right,
  .next-step-right button,
  .next-step-right input {
    width: 100%;
  }

  .next-step-left {
    margin: auto;
    max-width: 100vw;
  }

  .next-step-left h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .next-step-left p {
    text-align: center;
  }

  .test-item {
    gap: 16px;
  }

  .testimonial-m {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .testimonial-m,
  .swiper-container,
  .swiper-container>* {
    position: relative;
  }

  .swiper-button-next {
    bottom: 0;
    margin-right: 40%;
    right: 0;
    top: 70% !important;
  }

  .swiper-button-prev {
    bottom: 0;
    margin-left: 45%;
    left: 0;
    top: 70% !important;
  }


  .swiper-wrapper2 {
    background-color: var(--neutrals-offwhite);
    position: relative;
  }

  .testimonial-m h2 {

    line-height: normal;
    text-align: center;
  }

  .testimonial-m p {

    line-height: normal;
    text-align: center;
  }

  .illus3 {
    max-width: 75%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
  }

  .health-coverage>div:first-of-type {
    width: 70%;
  }



  .policy-compare {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 48px 72px;
  }

  .policy-compare-1 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .policy-compare-1 h2 {
    font-size: 1.25rem;
    font-weight: 400;
  }

  .policy-compare-1 p {
    font-size: 1.25rem;
  }

  .policy-compare-2 div:nth-child(1) {
    display: none;
  }

  .policy-compare-2 {
    padding: 0px;
    gap: 11px;
  }

  .policy-compare-1 img:nth-child(1) {
    margin-left: 0px;
    margin-top: 24px;
  }

  .policy-compare-2 div:nth-child(2) {
    margin-top: -40px;
  }

  .policy-compare-2 div:nth-child(2) p {
    font-size: 1rem;
  }

  .policyfaq-wrapper {
    padding: 80px;
  }

  .faq-wrapper {
    padding: 48px 72px;
  }

  .home-gplay {
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 40px;
  }

  .partners-hero-wrapper .home-gplay {
    flex-direction: column;
  }

  .aboutus-hero-wrapper .home-gplay.home-gplay-desktop {
    flex-direction: column;
  }

  .health-h1 {
    font-size: 2rem;
  }

  .services-wrapper {
    padding: 40px 48px;
  }

  .services-cards p {
    font-size: 0.75rem;
  }

  .services-card-1>div>div>p {
    font-size: 0.625rem;
  }

  .services-card-1>div>div {
    max-width: 70px;
  }

  .services-card-1 {
    flex: 1;
    min-width: 129px;
  }

  .services-card-1>div>img {
    height: 16px;
    width: 16px;
  }

  .svghover,
  div.services-card-1:nth-child(4)>div:nth-child(1)>svg:nth-child(1) {
    height: 24px;
    width: 24px;
  }

  .services-card-2>img,
  .svghover2,
  div.services-card-1:nth-child(4)>div:nth-child(2)>svg:nth-child(2) {
    display: none;
  }


  .services-card-1>div>img:nth-child(2) {
    order: 3;
  }

  .services-card-1>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
  }

  .services-card-1:nth-child(3)>div:nth-child(2)>p:nth-child(1) {
    width: 16ch;
  }

  .purpose-wrapper {
    padding: 40px 72px;
  }

  .purpose div:nth-child(2) img {
    width: min(153px, 25vw);
    top: 0;
    height: 100%;
  }

  .offer-wrapper,
  .home-cards-container {
    padding: 48px 63px;
  }

  .tvamev-cards-container {
    padding: 48px 63px;
  }

  .offer h2,
  .home-cards-container>h2:nth-child(1),
  .tvamev-cards-container>h3 {
    font-size: 1.5rem;
  }

  .offer-card {
    flex: 1 1 30%;
    min-width: 200px;
  }

  .offer-wrapper.gold-onestop .offer-card {
    max-width: 289px;
    height: 214px;
    padding-top: 16px;
    order: 1;
  }

  .offer-wrapper.gold-onestop div.offer-card:nth-child(3) {
    order: 5;
  }

  .offer-wrapper.gold-onestop div.offer-card:nth-child(3)>div:nth-child(1)>p:nth-child(2) {
    width: 24ch;
  }

  .offer-wrapper.gold-onestop div.offer-card:nth-child(3) {
    order: 0;
    max-width: 100vw;
    flex: 1 1 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    height: 132px;
    padding-top: 16px;
  }

  .offer-wrapper.gold-onestop div.offer-card:nth-child(2)>img:nth-child(2) {
    width: 101px;
  }

  .offer-wrapper.gold-onestop div.offer-card:nth-child(1)>img:nth-child(2) {
    width: 145px;
  }

  .offer-wrapper.gold-onestop div.offer-card:nth-child(3)>img:nth-child(2) {
    margin-right: -50px;
    margin-top: -10px;
  }

  .offer-wrapper.gold-onestop .offer>p:nth-child(2) {
    font-weight: 400;
  }

  .offer-card h3 {
    font-size: 1rem;
  }

  .offer-card p {
    font-size: .875rem;
  }

  .home-cards-r h3 {
    font-size: 1.75rem;
    width: 100%;
    text-align: center;
    padding-bottom: 32px;
    margin: auto;
  }

  .home-cards>div:nth-child(1)>div:nth-child(2)>h5:nth-child(3),
  .home-cards>.card:nth-child(1)>div:nth-child(2)>h5:nth-child(3),
  .home-cards>.card:nth-child(1)>div:nth-child(2)>h5:nth-child(3),
  .home-cards>.card:nth-child(1)>div:nth-child(2)>h5:nth-child(3),
  div.pin-spacer:nth-child(1)>div:nth-child(1)>div:nth-child(2)>h5:nth-child(3) {
    text-align: center;
  }

  .home-cards-r img {
    display: block;
    margin: auto;
  }

  .home-cards-r {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
    max-width: 100%;
  }

  .home-cards-l {
    display: none;
  }

  .home-cards>div>div:nth-child(2)>p,
  .home-cards>.card>div:nth-child(2)>p,
  .home-cards>div>.card:nth-child(2)>p,
  .home-cards>.card>div:nth-child(2)>p {
    width: 100%;
  }


  .home-cards>div:nth-child(3)>div:nth-child(2)>img:nth-child(2),
  .home-cards>.card:nth-child(3)>div:nth-child(2)>img:nth-child(2) {
    width: 240px;
  }

  .home-cards>div:nth-child(4)>div:nth-child(2)>img:nth-child(2),
  .home-cards>.card:nth-child(4)>div:nth-child(2)>img:nth-child(2) {
    width: 200px;
  }

  div.pin-spacer:nth-child(3)>div:nth-child(1)>div:nth-child(2)>img:nth-child(2) {
    width: 240px;
  }

  div.pin-spacer:nth-child(4)>div:nth-child(1)>div:nth-child(2)>img:nth-child(2) {
    width: 186px;
  }

  .home-cards-wrapper {
    padding: 80px 72px;
  }

  .home-cards>div,
  .card {
    /* width: 100%; */
    justify-content: center;
    padding: 48px;
    height: 689px;
  }

  .partners-wrapper {
    padding: 80px;
  }

  .partners-logo {
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    row-gap: 64px;
    justify-content: center;
    -moz-column-gap: 48px;
    column-gap: 48px;
  }

  .partners-logo>img:nth-child(1) {
    height: 113px;
  }

  .partners-logo>img:nth-child(3) {
    height: 64.96px;
  }

  .partners-logo>img:nth-child(4) {
    height: 58.42px;
  }

  .discover>div:nth-child(1)>h2:nth-child(1) {
    font-size: 1.5rem;
  }

  .discover-2-home-right {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .swiper-container {
    padding-bottom: 80px;
  }

  .testimonial-m {
    padding-top: 80px;
    background-color: var(--neutrals-offwhite);
  }

  .health-hero.super-topup-hero .content-wrapper .premium {
    margin: auto;
  }

  .health-hero.gold-hero {
    padding-inline: 72px;
  }

  .health-hero.gold-hero .health-cards-two {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .health-hero.gold-hero>.content-wrapper>h1:first-of-type {
    padding-bottom: 32px;
  }

  .gold-hero-bis {
    order: 2;
  }

  .supertop-why-wrapper {
    padding: 54px 43px;
  }

  .supertop-why p {
    width: 90%;
  }

  .supertop-why-right>img:nth-child(1),
  .supertop-why-right>img:nth-child(2) {
    display: none;
  }

  .supertop-why-right>img:nth-child(3) {
    display: block;
  }

  .super-how-wrapper {
    padding: 48px 72px;
  }

  .super-how h2 {
    font-size: 1.375rem;
  }

  .super-how>p {
    font-size: 1rem;
  }

  .super-how-right {
    display: none;
  }

  .footer {
    row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    padding: 48px 72px;
  }

  .footer-4 .home-gplay {
    flex-direction: row;
  }

  .footer-5 {
    flex-direction: row-reverse;
    order: 4;
  }

  .footer-3 {
    order: 3;
  }

  .choose-tvam>h2 {
    font-size: 1.5rem;
  }

  /* .choose-tvam-wrapper.why-tvam .choose-row-1>* {
    max-width: 287px;
  } */

  .choose-tvam-wrapper.why-tvam .choose-row-1 {
    width: 100%;
  }

  .choose-tvam-wrapper.why-tvam .choose-row-1>div:nth-child(3) {
    order: 0;
    flex-direction: column;
    /* max-width: 287px; */
  }

  .super-wrapper.tvamev-super .super-t-cards div {
    flex-direction: row;
    gap: 16px;
    align-self: flex-start;
  }

  .super-wrapper.tvamev-super .super-t-cards {
    gap: 8px;
    flex-wrap: wrap;
    max-width: 58vw;
  }

  .super-wrapper.tvamev-super .super-t-cards p {
    font-size: .875rem;
    width: 100%;
  }

  .super-t-cards {
    flex-wrap: wrap;
    max-width: min(440px, 60vw);
  }

  .tvamev-features>div h3,
  .tvamev-features>div:nth-child(1)>h3:nth-child(1) {
    font-size: 1.5rem;
  }

  /* .tvamev-features-cards {
    padding-inline: 72px;
  } */

  .tvamev-features-cards>div {
    padding: 40px;
    flex-direction: column-reverse;
  }

  .tvamev-features-cards>div p,
  .tvamev-cards-container>div>p:nth-child(2) {
    max-width: 100%;
  }

  .tvamev-features-cards>div,
  .cardtvamev {
    height: 689px;
    gap: 40px;
    align-items: center;
    width: min(600px, 90vw);
    justify-content: center;
    margin: auto;
  }

  .cardtvamev {
    width: min(600px, 95vw);
    padding: 40px;
    flex-direction: column-reverse;
  }

  .cardtvamev p {
    max-width: 100%;
  }

  .tvamev-features-cards>div>div:nth-child(1)>img:nth-child(1),
  .cardtvamev>div:nth-child(1)>img:nth-child(1) {
    width: min(265px, 40vw);
    margin-bottom: -180px;
  }

  .tvamev-features-cards>div>div:nth-child(2),
  .cardtvamev>div:nth-child(2) {
    gap: 24px;

  }

  .tvamev-features-wrapper {
    padding-block: 80px;
  }

  .tvamev-features-cards>div>div:nth-child(1)>img:nth-child(1),
  .cardtvamev>div:nth-child(1)>img:nth-child(1) {
    margin-top: 85px;
  }

  .partners-hero-wrapper {
    padding: 48px 72px;
  }

  .partners-hero {
    gap: 72px;
  }

  .partners-hero>div:nth-child(1) h2 {
    font-size: 2rem;
  }

  .partners-hero>div:nth-child(1) p {
    font-size: 1.375rem;
    width: 26ch;
    margin: auto;
  }

  .partners-hero-content>div:nth-child(2)>h3,
  .partners-hero-content>div:nth-child(2)>p {
    text-align: left;
  }

  .partners-hero-content>div:nth-child(2)>p {
    /* width: 30ch; */
    max-width: 24ch;
  }

  .partners-hero-content {
    flex-direction: row-reverse;
    gap: 16px;
    justify-content: space-between;
  }

  .partners-hero-content>div:nth-child(1) {
    justify-content: flex-end;
    row-gap: 30px;
    flex-direction: column;
    align-items: flex-end;
  }

  .partners-hero-content>div:nth-child(1)>img:nth-child(1) {
    width: 108.82px;
    height: 72px;
  }

  .partners-hero-content>div:nth-child(1)>img:nth-child(2) {
    width: 171px;
    height: 30.27px;
  }

  .partners-hero-content>div:nth-child(1)>img:nth-child(3) {
    width: 149.5px;
    height: 39.17px;
  }

  .partners-hero-content>div:nth-child(1)>img:nth-child(4) {
    width: 147.5px;
    height: 46.53px;
  }

  .partners-hero-wrapper .home-gplay {
    margin-top: -32px;
  }

  .tvam-collaborate-wrapper {
    padding: 43px 48px;
  }

  .tvam-collaborate-r>img {
    width: min(218.97px, 20vw)
  }

  .tvam-collaborate-l p {
    width: 30ch;
  }

  .tvam-careers-wrapper {
    padding: 48px 72px;
  }

  .tvam-careers-cards>div {
    padding: 24px;
  }

  .tvam-careers-cards>div>div>p {
    font-size: 1rem;
    width: 28ch;
    max-width: 40vw;
  }

  .tvam-careers-cards-r>img {
    right: 10px;
    width: 232px;
    max-width: 25vw;
    height: 100%;
  }

  .tvam-careers-cards>div:nth-child(1)>div:nth-child(2)>img:nth-child(1) {
    max-width: 15vw;
  }

  .tvam-careers-cards>div:nth-child(2)>div:nth-child(2)>img:nth-child(1) {
    bottom: 0;
  }



  .contact-us-info {
    flex-wrap: wrap;
  }

  .contact-us-l h1 {
    font-size: 2rem;
  }

  .contact-us-info>div:nth-child(3)>p:nth-child(2) {
    width: 100%;
  }

  .contact-us-l>p:nth-child(2) {
    font-size: 1rem;
  }

  .contact-us-l>p:nth-child(2) {
    width: 100%;
  }

  .contact-us-l {
    padding: 40px 32px;
    width: 360px;
  }

  .contact-us-frame>div:nth-child(2)>iframe {
    height: 302px;
  }

  .contact-us-r {
    width: 220px;
    margin: 32px;
    margin-top: 32px;
  }

  .aboutus-hero-r {
    align-self: flex-end;
  }

  .aboutus-hero>h1 {
    font-size: 2rem;
  }

  .aboutus-hero>p {
    font-size: 1.375rem;
  }

  .aboutus-hero-wrapper .aboutus-hero-r>img:nth-child(2) {
    display: block;
    width: min(167px, 30vw);
  }

  .aboutus-hero-wrapper .aboutus-hero-r>img:nth-child(1) {
    display: none;
  }

  .aboutus-hero-wrapper {
    padding: 48px 48px;

  }

  .aboutus-hero>p {
    width: 26ch;
    margin: auto;
  }

  .aboutus-hero-l>p {
    width: 26ch;
    max-width: 50vw;
  }

  .aboutus-content.aboutus-content2 .aboutus-hero-l>p {
    width: 32ch;
    max-width: 50vw;
  }

  .aboutus-hero-wrapper-2 {
    padding: 50px 48px;
  }

  .aboutus-hero-wrapper-2 .aboutus-hero-r img {
    width: min(200px, 30vw);
    align-self: flex-end;
  }

  .aboutus-hero-wrapper-2 .aboutus-hero-r {
    display: flex;
  }

  .mission-cards-l>div>h3 {
    font-weight: 700;
    font-size: 1.25rem;
  }

  .mission-cards>div {
    align-items: center;
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 20px;
  }

  .mission-cards-l>div:nth-child(1)>p {
    padding-bottom: 40px;
  }

  .mission-cards-l>div:nth-child(2)>p {
    font-size: 1rem;
    max-width: 38ch;
  }

  .mission-wrapper {
    padding: 48px 72px;
  }

  .mission-cards-r>img {
    width: min(156px, 20vw);

  }

  .mission-cards>div:nth-child(2)>div:nth-child(2)>img:nth-child(1),
  .mission-cards>div:nth-child(1)>div:nth-child(2)>img:nth-child(1) {
    display: none;
  }

  .mission-cards-r>img:nth-child(2) {
    display: block;
  }

  .stat-hero h1 {
    font-size: 2rem;
  }

  .stat-cards h2 {
    font-size: .875rem;
  }

  .stat-cards p {
    font-size: .875rem;
  }

  .stat-hero-wrapper {
    padding: 32px 72px;
  }

  .stat-cards>div {
    max-width: 283px;
    padding: 16px;
  }

  .stat-cards>div>a>div:nth-child(1) {
    padding-top: 16px;
  }

  .hero-404 h2 {
    font-size: 2rem;
  }

  .hero-404>div:nth-child(2)>p {
    font-size: 1.25rem;
  }

  .hero-404>div:nth-child(2) {
    gap: 4px;
  }

  .button404 {
    margin-top: 24px;
  }

  .wrapper-404 {
    height: 835px;
  }

  .hero-404>div:nth-child(1)>img:nth-child(1) {
    max-width: 369px;
  }

  .document-wrapper h1 {
    font-size: 2rem;
  }

  .document-wrapper p {
    font-weight: 400;
  }

  .document-wrapper {
    padding: 32px 72px;
  }

  /* .cards {
    padding-inline: 72px;
  } */

  .gold-fd h2 {
    font-size: 1.5rem;
  }

  .gold-fd>p:nth-child(1) {
    display: none;
  }

  .gold-fd-wrapper {
    padding: 80px 72px;
  }

  .gold-fd>div:nth-child(1)>p:nth-child(2) {
    display: none;
  }

  .gold-tablet {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }

  .gold-tablet>img:nth-child(2) {
    max-width: 30vw;
    margin: auto;
  }

  .gold-tablet>p:nth-child(1)>span:nth-child(3) {
    margin-top: 8px;
  }

  .gold-tablet p {
    text-align: left;
    max-width: 26ch;
    padding-top: 0;
  }

  .gold-tablet>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
  }

  .gold-tablet span {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: normal;
    color: #3F2D20;
  }

  .gold-work-r {
    display: none;
  }

  .gold-fd {
    gap: 64px;
  }

  .gold-work-l {
    gap: 35px;
  }

  .gold-work-l>div:nth-child(2)>div {
    flex: 1 1 211px;
  }

  .gold-section-l>div {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .gold-section-l>div>div {
    flex-direction: column;
    width: 33%;
    flex: 1 1 140px;
  }

  .gold-section-r>div {
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: 1.7fr 1fr 1fr;
    height: 100%;
    grid-template-rows: 1fr 1fr 1.5fr 1fr 1fr;
  }

  .gold-section-r>div:nth-child(2)>div {
    padding: 0;
  }

  .gold-section-r>h3:nth-child(1) {
    text-align: left;
  }

  .gold-section-l>div:nth-child(2)>div:nth-child(3)>p:nth-child(2) {
    max-width: 85%;
  }

  .gold-section {
    row-gap: 64px;
  }

  .oneplan-cards-container.gold-eco-cards .oneplancard p {
    padding-left: 0;
  }

  .oneplan-cards-container.gold-eco-cards .oneplan-cards-container>.oneplan-cards h3 {
    width: 18ch;
  }

}

@media (max-width:740px) {

  .services-card-1 {
    flex: 0 1 0;
    min-width: calc(33vw - 47.52px);
  }

  /* .tvamev-compare-wrapper {
    padding: 48px 20px;
  }

  .tvamev-compare-right2>p:nth-child(1) {
    font-size: 1rem;
    max-width: 25ch;
  } */

  .tvamev-compare-right {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  /* 
  .tvamev-compare-right1,
  .tvamev-compare-left1 {
    gap: 32px;
    justify-content: center;
  }

  .tvamev-compare-right2 {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .tvamev-compare-left {
    flex-direction: column;
    gap: 40px;
    max-width: 350px;
  }

  .tvamev-compare-left p {
    width: 12ch;
  }

  .tvamev-compare-left1 {
    flex-direction: row;
    width: 100%;
  }

  .tvamev-compare h3 {
  font-size: 2.5rem;
  }

  .tvamev-compare h3>span {
  font-size:1.25rem;
  }

  .tvamev-compare-left2 img {
    max-width: 256px;
  } */

  .tvamev-talk {
    display: flex;
    order: 5;
    gap: 8px;
    flex-direction: column-reverse;
  }

  .tvamev-talk>p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 12px;

    color: #393939;

  }

  .health-hero.health-hero.tvamev-hero .tvamev-talk>a>div>p {
    color: white;
    font-size: 1rem;
  }

  .tvamev-talk .mega-button {
    border-radius: 16px;
    padding: 16px 8px;
  }

  .health-hero.health-hero.tvamev-hero .tvamev-talk img {
    margin-block: auto;
  }
}

@media(max-width:600px) {
  .tvamev-compare-wrapper {
    padding: 48px 20px;
  }

  .tvamev-compare-right2>p:nth-child(1) {
    font-size: 1.125rem;
    max-width: 30ch;
  }

  /*   
    .tvamev-compare-right {
      flex-direction: column-reverse;
      flex-wrap: wrap;
    } */


  .tvamev-compare-right1,
  .tvamev-compare-left1 {
    gap: 32px;
    justify-content: center;
  }

  .tvamev-compare-right2 {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

  .tvamev-compare-left {
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
  }

  .tvamev-compare-left p {
    width: 12ch;
  }

  .tvamev-compare-left1 {
    flex-direction: row;
    width: 100%;
  }

  .tvamev-compare h3 {
    font-size: 2.5rem;
  }

  .tvamev-compare h3>span {
    font-size: 1.25rem;
  }

  .tvamev-compare-left2 img {
    max-width: 256px;
  }
}

/* Health Insurance Media Queries */
/* @media (max-width: 1160x) {

  .content-wrapper,
  .choose-tvam,
  .oneplan,
  .policy-faq,
  .super-t,
  .next-step,
  .calculator,
  .testimonial,
  .trusted,
  .health-coverage {
    width: 90%;
  }
} */



@media(max-width:600px) {
  .calculator-wrapper {
    padding: 48px 20px;
  }

  .calculator-left h2 {
    font-size: 1.25rem;
    text-align: center;
  }

  .calculator-left p {
    text-align: center;
  }

  .calc-checkbox>div:nth-child(2n) {
    justify-self: flex-end;
  }

  .calculator-middle,
  .calculator-right {
    flex-grow: 2;
  }

  .sum-buttons,
  .deductibles {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    width: calc(100vw - 40px);
  }



  .deductibles {
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .calculator-wrapper2 .sum-buttons {
    flex-wrap: nowrap;
  }

  .calculator-wrapper2 .sum-buttons>.sum-button-style {
    width: 50%;
  }

  .sum-button-style,
  .sum-button-style2 {
    padding: 8px;
  }

  .sum-buttons>button {
    width: 21%;
  }

  .deductibles>button {
    width: 18%;
  }

  .calculator {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .calculator-left h2 {
    width: 100%;
    text-align: center;
  }

  .calculator-left {
    background: none;
    padding: 0;
    padding-bottom: 32px;
    margin: auto;
  }

  .calculator-middle>div:nth-child(1)>p:nth-child(1),
  .calculator-middle>div:nth-child(2)>p:nth-child(1) {
    font-weight: 500;
  }

  .calculator-right-billing {
    margin-top: 24px;
    align-items: stretch;
  }

  .calculator-right-output {
    gap: 0;
  }

  .calculator-right .calculator-right-output p.poppins-h4-semibold {
    padding-top: 46px;
    padding-bottom: 8px;
  }

  .calculator-wrapper2 .calculator-right-output-1 {
    flex-wrap: wrap;
    row-gap: 32px;
  }

  .calculator-right-billing button.billing {
    width: 50%;
  }

  .calculator-wrapper2 .sum-deduct>div:nth-child(1) {
    width: 100%;
  }

  .calculator-wrapper2 .sum-deduct>div:nth-child(2) {
    width: 70%;
  }

  .buy-button {
    width: 100%;
  }

  .sum-deduct {
    flex-wrap: wrap;
  }
}

@media(max-width:1120px) and (min-width:946px) {
  .mega-menu-5 {
    grid-column: 1/5;
  }
}

@media (min-width: 768px) {

  .hamburger,
  .premium>p:nth-child(2),
  .illus3,
  .illus-mobile,
  .health-coverage-mobile,
  .premium2,
  .swiper-container,
  .testimonial-m,
  .policy-compare-1 h2,
  .policy-compare-1 p {
    display: none;
  }


  .health-hero.gold-hero,
  .health-hero,
  .health-hero.super-topup-hero,
  .aboutus-hero-wrapper,
  .partners-hero-wrapper {
    min-height: calc(100vh - 56px);
  }

  .contact-us-wrapper {
    /* max-height: calc(100vh - 56px); */
    height: 100%;
  }

  .partners-hero-wrapper,
  .aboutus-hero-wrapper {
    align-content: center;
  }

  #message {
    height: 100px;
  }

  .contact-us-frame>div:nth-child(2)>iframe {
    min-height: calc(100vh - 500px);
  }




  .trusted {
    max-width: min(1168px, 90vw);
    flex-wrap: wrap;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(348px, 1fr));
  }

  /* .trusted-left>p:first-of-type {
    width: 27ch;
  } */

  .health-hero.home-hero {
    padding-block: 50px;
    /* max-height: 540px; */
    max-height: 510px;
    padding-top: 50px;
    min-height: calc(100vh - 330px);
  }



  .health-hero.tvamev-hero {
    padding-block: 50px;
    padding-top: 50px;
    margin-top: var(--header-height);
    /* max-height: 540px; */
    max-height: 560px;
    min-height: calc(100vh - 330px);
  }

  /* .health-hero.home-hero .hero-illustrations img:nth-child(2) {
    width: max(420px, 30vw);
  } */

  .health-coverage {
    max-width: min(1120px, 95vw);
  }



  .premium {
    padding-inline: 20px;
    padding-block: 16px;
    border-radius: 16px;
    border: 1px solid var(--neutrals-darkbrown);
    max-width: 523px;
    margin-left: auto;
    margin-top: 100px;
    margin-right: 40px;
  }

  .health-hero.gold-hero .premium {
    border: none;
    display: none;
  }

  .offer-wrapper.gold-onestop div.offer-card:nth-child(3)>img:nth-child(2) {
    margin-right: -50px;
  }






  .choose-row-1 p,
  .choose-row-2 p {
    line-height: normal;
    width: 25ch;
  }

  .trusted-middle>p {
    width: 22ch;


    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: .875rem;
    line-height: 140.62%;

    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    color: #797979;


  }

  .oneplan-cards h3 {
    width: 22ch;

  }

  .oneplan-cards>* {
    width: 340px;
  }

  .oneplan-cards-container.gold-eco-cards .oneplan-cards>* {
    height: 248px;
  }

  .super-t-cta-mobile {
    display: none;
  }

  .discover-2-right>div>div>p {
    width: 10ch;
  }

  .next-step-left p {
    max-width: 28ch;
  }

  .next-step-wrapper.gold-callback .next-step-left p {
    width: 24ch;
  }


  .services-card-1>div:nth-child(1)>img:last-of-type {
    display: none;
  }

  .partners-hero-wrapper .home-gplay,
  .aboutus-hero .home-gplay {
    display: none;
  }



  .whatsapp-hover {
    display: block;
    right: 4%;
    bottom: 8%;
    scale: 1.5;
  }

  .whatsapp-hover img {
    width: 24px;
    height: 24px;
  }

  .home-gplay.home-gplay-desktop {
    display: flex;
  }

  .partners-hero .home-gplay.home-gplay-desktop {
    display: flex;
  }

  .super-how-flex {
    max-width: 60vw;
  }

  .mission-cards-l>div:nth-child(2)>p {
    padding-top: 16px;
  }



}







@media (max-width: 480px) {
  .overflow-visible-m {
    overflow: visible;
  }

  header {
    width: 100vw;
  }

  .header-cta {
    padding: 8px 12px;
  }

  .header-cta>p:first-of-type {
    display: none;
  }

  .header-cta>p:nth-child(2) {
    display: block;
  }

  .illus3 {
    display: none;
  }

  .illus-mobile {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
  }

  .health-hero.super-topup-hero .illus-mobile {
    margin-top: 56px;
    margin-bottom: 8px;
  }

  .health-hero.tvamev-hero .illus-mobile {
    margin-bottom: 24px;
    margin-top: 56px;
  }

  .health-h1 {
    font-size: 1.375rem;
  }

  .health-hero>.content-wrapper>p:first-of-type {
    font-size: 1rem;
    padding-bottom: 0;
  }

  div.home-gplay:nth-child(4)>p:nth-child(1) {
    font-size: 1rem;
  }

  .health-hero {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-inline: 20px;
  }

  .health-coverage-wrapper {
    background-color: var(--neutrals-offwhite);
  }

  .health-coverage {
    padding-inline: 20px;
    padding-block: 32px;
    gap: inherit;
  }

  .health-coverage>div h2 {
    font-size: 1.25rem;
    width: 90%;
  }

  .health-coverage>div p {
    font-size: 1rem;
    width: 75%;
  }

  .health-coverage>div:first-of-type {
    width: 80%;
  }

  .health-coverage p,
  .health-coverage h3 {
    width: 100%;
  }

  .health-coverage-mobile {
    right: 20px;
    bottom: 32px;
  }

  .health-hero>.content-wrapper>h1:first-of-type {
    width: 100%;
  }





  .choose-tvam {
    padding-inline: 20px;
  }

  .choose-row-1,
  .choose-row-2 {
    justify-content: center;
    gap: 24px;
  }

  .choose-row-1>div:nth-child(3) {
    order: 0;
    flex-direction: row-reverse;
    /* flex-grow: 0; */
  }

  .choose-tvam-wrapper.super-topup-choose .choose-row-1>div:nth-child(3) {
    max-width: 100%;
    flex-direction: row-reverse;
  }

  .choose-tvam>h2 {
    font-size: 1.375rem;
    padding-bottom: 24px;
  }

  .choose-row-1>div:nth-child(3)>div:nth-child(2) {
    flex-grow: 0;
    justify-content: center;

    flex-direction: column;
  }

  /* .choose-row-1>div:nth-child(3)>div:nth-child(2)>p {
    width: 23ch;
  } */
  .choose-row-1 p,
  .choose-row-2 p {
    max-width: 25ch;
    font-size: .875rem;
  }

  .choose-row-1>*,
  .choose-row-2>* {
    flex-direction: row-reverse;
    max-width: 100%;
    padding: 16px;
    width: 100%;
    gap: 0;
    flex: 1 1 100%;
  }

  .choose-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    margin: auto;
    margin-right: 0;
  }

  .trusted {
    background: none;
    border: none;
    border-radius: 0px;
  }

  .trusted-right {
    order: 2;
  }

  .trusted-left {
    order: 3;
    flex-direction: column;
    gap: 16px;
  }

  .trusted-left div:nth-child(1) {
    height: 75px;

    padding: 12px;
    gap: 8px;

    background: #EDECF8;
    border: 1px solid #C7BFFF;
    border-radius: 16px;

  }

  .trusted-left>div:nth-child(3)>div:nth-child(1) {
    max-width: 97px;
  }

  .trusted-left>div:nth-child(3)>div:nth-child(3)>div:nth-child(1) {
    min-width: 102px;
  }

  .trusted-left>div:nth-child(3)>div:nth-child(1)>p:nth-child(2) {
    width: 100%;
  }

  .trusted-left>div {
    flex-direction: row-reverse;
    /* flex-wrap: wrap; */
    justify-content: center;
    padding-block: 16px;
  }

  .trusted-left div:nth-child(1)>p:nth-child(1) {
    font-size: 1rem;
    line-height: normal;
    padding-bottom: 4px;
  }

  .trusted-middle {
    padding: 0;
  }

  .trusted-left div:nth-child(1)>p:nth-child(2) {
    font-size: 0.75rem;
    line-height: normal;
    width: 12ch;
    margin: auto;
    font-weight: 500;
  }

  .trusted-left>div:nth-child(3)>div:nth-child(3)>div:nth-child(1)>p:nth-child(2) {
    width: 50%;
  }

  .trusted-left>div:nth-child(2)>div:nth-child(3)>div:nth-child(1)>p:nth-child(2) {
    width: 10ch;
  }

  /* 
  .trusted-left>div:nth-child(2)>div:nth-child(3) {
    max-width: 98px;
  } */

  .trusted-left>div:nth-child(2)>div:nth-child(2) {
    max-width: 114px;
  }

  .trusted-left>div:nth-child(2)>div:nth-child(1) {
    max-width: 114px;
  }


  .trusted-left>p:first-of-type {
    font-size: 1rem;
    width: 30ch;
    margin: auto;
    order: 2;
  }

  .trusted-right img {
    max-width: 229px;
  }

  .trusted-middle h5 {
    font-size: 1.375rem;
  }

  .oneplan p {
    font-size: 1rem;
  }

  .oneplan {
    padding-inline: 20px;
    padding-top: 42px;
  }

  .oneplan-cards-container {
    padding-bottom: 42px;
    padding-inline: 20px;

    flex-direction: column;
  }

  .oneplan h2 {
    font-size: 1.375rem;
    padding-left: 0;
    text-align: center;
  }

  /* .oneplan-cards img {
    scale: 0.8;
  } */

  .oneplan-cards>div:nth-child(1)>h3:nth-child(1),
  .oneplancard:nth-child(1)>h3:nth-child(1) {
    padding-bottom: 24px;
    width: 80%;
    text-align: left;
  }

  .oneplancard:nth-child(1)>h3:nth-child(1) {
    font-size: 1.125rem;
    padding-left: 0;
    text-align: left;
    padding-bottom: 24px;
  }

  /* .oneplancard {
    position: static !important;
  } */

  .oneplan-cards>* {
    flex-direction: column;
    padding-inline: 20px;
    flex-wrap: wrap;
    flex: 1;
    height: 264px;
  }

  .super-t {
    padding-inline: 20px;
  }

  .super-t-cards {
    flex-direction: column;
    gap: 8px;
  }

  .super-t-left p {
    font-size: 1rem;
  }

  .super-t-card-text h2,
  .super-t-card-text>div>p {
    font-size: 1.375rem;
    width: 100%;

  }

  .super-t-card-text h2 {
    margin-top: -16px;
    line-height: 24px;
    padding-bottom: 8px;
  }

  .super-t-cta-mobile {
    position: relative;
  }

  .super-t-cta-mobile>img:last-of-type {
    position: absolute;
    top: -2px;
    height: 199px;
    max-width: 208px;
    right: -20px;
    display: block;
    transform: none;
    bottom: 55px;
    bottom: 62.4px;
    margin-bottom: 0;
  }

  .super-t-cards div {
    flex-direction: row;
    gap: 16px;
    align-self: flex-start;
    padding: 8px;
  }

  .super-t-cards p {
    font-size: .875rem;
    width: 100%;
  }

  .super-t-right {
    display: none;
  }

  .super-t-right img {
    position: absolute;
    top: -288px;
    height: 199px;
    max-width: 208px;
    right: -20px;
  }

  .discover {
    padding-block: 48px;
    padding-inline: 28px;
    gap: 32px;
  }

  .discover-2 {
    flex-direction: column-reverse;
  }

  .discover-2>div>p {
    text-align: center;
    line-height: 140%;
    width: 100%;
    font-size: 1rem;
  }

  .discover-2-right>div {
    flex-direction: column;
    gap: 8px;
    min-width: 135px;
  }

  .discover-2-right p {
    font-size: 0.75rem;
  }

  .discover-2-right>div>div>p {
    max-width: 10ch;
    margin: auto;
  }

  .discover-2-right>* {
    flex: 1 1 0px;
  }

  .discover-2-right {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .next-step {
    padding: 48px 20px;
    text-align: center;
  }

  .next-step.next-step-health {
    padding: 48px 20px;
  }

  .next-step-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .next-step-left h2 {
    font-size: 1.375rem;
  }

  .next-step-left p {
    font-size: 1rem;
    max-width: 29ch;
    margin-inline: auto;
  }

  .testimonial-m h2 {
    font-size: 1.375rem;
    line-height: normal;
    text-align: center;
  }

  .testimonial-m p {
    font-size: 1rem;
    line-height: normal;
    text-align: center;
  }

  .testimonial-m {
    margin-bottom: 0px;
    padding-bottom: 26px;
    padding-top: 48px;
  }

  .test-item p,
  .test-sub-item p {
    font-size: .875rem;

  }

  .test-sub-item p:last-child {
    font-size: 0.75rem;
  }

  .swiper-container {
    width: 80%;
  }

  .policy-compare {
    padding: 48px 20px;
  }

  .policy-compare-1 h2 {
    font-size: 1rem;
  }

  .policy-compare-1 p {
    font-size: 1.375rem;
  }

  .policyfaq-wrapper {
    padding: 48px 0px;
    padding-bottom: 0;
  }

  .policy-faq h2 {
    font-size: 1.375rem;
    text-align: center;
  }

  .policy-faq p {
    font-size: 1rem;
    text-align: center;
  }

  .faq-wrapper {
    padding: 48px 20px;
  }

  .faq-main {
    margin-bottom: 24px;
  }

  .faq .faq-item .faq-item-header .faq-item-header-title {
    display: block;
    max-width: 30ch;
  }

  .accordion {
    border-radius: 0;
    padding: 0;
    max-width: 100%;
  }

  .swiper-container {
    padding-bottom: 48px;
  }

  #menu-mobile {
    width: inherit;
    max-width: 100vw;
  }

  .mobile-panel-item {
    min-height: 42px;
  }

  .mobile-panel+div {

    margin-top: 32px;

  }

  .meet-tvam-wrapper {

    padding-top: 0;
  }

  .services-wrapper {
    padding: 40px;
  }

  .services-cards {
    flex-wrap: wrap;
  }

  .services-cards>a:nth-child(1)>div:nth-child(1)>div:nth-child(2)>p:nth-child(1),
  .services-cards>a:nth-child(4)>div:nth-child(1)>div:nth-child(2)>p:nth-child(1) {
    width: 6ch;
  }

  .services-cards>a:nth-child(2)>div:nth-child(1)>div:nth-child(2)>p:nth-child(1) {
    width: 12ch;
  }

  .services-cards>a:nth-child(3)>div:nth-child(1)>div:nth-child(2)>p:nth-child(1) {
    width: 13ch;
  }

  .services-card-1 {
    /* width: 40%; */
    min-width: 129px;
    flex: 1 1 0;
  }

  .services-card-1>div>div {
    max-width: 66px;
  }

  .services-card-1>div>div>p {
    font-size: 0.625rem;
  }

  .services h2 {
    font-size: 1.25rem;
  }

  .svghover2 {
    height: 18.5px;
  }

  .purpose-wrapper {
    padding: 32px 20px;
  }

  .purpose-wrapper h2 {
    font-size: 1.25rem;
  }

  .purpose-wrapper p {
    font-size: 1rem;
  }

  .purpose div:nth-child(2) img {
    width: min(126px, 25vw);
  }

  .offer-wrapper,
  .home-cards-container,
  .tvamev-cards-container {
    padding: 48px 20px;
  }

  .offer h2,
  .home-cards-container>h2:nth-child(1),
  .tvamev-cards-container>h3 {
    font-size: 1.375rem;
  }

  .home-cards-container>h2:nth-child(1)>span,
  .tvamev-cards-container>h3>span {
    font-size: 1rem;
  }

  .offer p {
    font-size: 1rem;
  }

  .offer>p:nth-child(2) {
    width: 80%;
    margin: auto;
    line-height: normal;
  }

  .partners-wrapper {
    padding-inline: 40px;
  }

  .partners h2,
  .partners-hero>div:nth-child(1) h2 {
    font-size: 1.375rem;
  }

  .partners p {
    font-size: 1rem;
    line-height: normal;
  }

  .partners-logo {
    row-gap: 32px;
  }

  .partners-logo>img:nth-child(1) {
    height: 83px;
  }

  .partners-logo>img:nth-child(2) {
    height: 36px;
  }

  .partners-logo>img:nth-child(3) {
    height: 51px;
  }

  .partners-logo>img:nth-child(4) {
    height: 58px;
  }

  .discover {
    padding-block: 48px;
  }

  .discover>div:nth-child(1)>h2:nth-child(1) {
    font-size: 1.375rem;
  }

  .discover>div:nth-child(1)>p:nth-child(2) {
    font-size: 1rem;
  }

  .health-card-1>div:nth-child(2)>p:nth-child(1),
  .health-card-2>div:nth-child(2)>p:nth-child(1) {
    font-size: 1rem;
  }

  .health-card-1>div:nth-child(2)>p:nth-child(2),
  .health-card-2>div:nth-child(2)>p:nth-child(2) {
    font-size: 0.75rem;
  }

  .health-card-1 p,
  .health-card-2 p {
    width: 7ch;
  }

  .health-cards-two {
    flex-wrap: wrap;
    order: 3;
  }

  .health-card-1,
  .health-card-2 {
    padding: 8px;
  }

  .tvam-presence {
    order: 3;
    padding-top: 40px;
  }

  .download-the-tvam {
    padding-top: 0;
    font-size: 1rem;
  }

  .tvam-presence {
    font-size: 1rem;
  }

  .health-hero>.content-wrapper>h1:first-of-type {
    padding-bottom: 0;
    word-break: keep-all;
  }

  .swiper-container {
    padding-bottom: 48px;
    width: calc(100% - 52px);
  }

  .swiper-button-prev {
    bottom: 45px;
    margin-left: 35%;
    left: 0;
    top: 81% !important;

  }

  .swiper-button-next {
    margin-right: 35%;
    bottom: 45px;
    right: 0;
    top: 81% !important;
  }

  .testimonial-m {
    padding-top: 48px;
  }

  .test-item {
    padding-bottom: 48px;
  }

  .trusted {
    padding: 0px;
    gap: 24px;
  }

  .trusted-right p {
    font-size: 0.75rem;
  }

  .trusted-middle>p:nth-child(2) {
    display: none;
  }

  .trusted-left>p:nth-child(2) {
    display: block;
    order: 3;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 140.62%;

    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    color: #797979;

  }

  .trusted-left>div:nth-child(2)>div:nth-child(3)>div:nth-child(1),
  .trusted-left>div:nth-child(2)>div:nth-child(2)>div:nth-child(1),
  .trusted-left>div:nth-child(2)>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: auto;
  }

  .trusted-left>p:nth-child(2) {
    display: block;
  }

  .offer-card {
    padding: 16px;
    flex-direction: row;
    align-items: center;
    position: relative;
    overflow: clip;
    flex: 1 1 100%;
  }

  .offer-card>img {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 0;
    max-width: 30%;
  }

  .offer-wrapper.gold-onestop div.offer-card:nth-child(3)>img:nth-child(2) {
    margin-right: -50px;
    bottom: -30px;
    min-width: 175px;
  }

  div.offer-card:nth-child(1)>img:nth-child(2) {
    bottom: -25px;
    height: 120px;
  }

  div.offer-card:nth-child(2)>img:nth-child(2) {
    right: 16px;
    margin-bottom: -85px;
  }

  .offer-card>div {
    z-index: 1;
  }

  .offer-card h3 {
    max-width: 21ch;
  }

  .offer-card p {
    max-width: 21ch;
    /* max-width: 50vw; */
  }

  div.offer-card:nth-child(3)>div:nth-child(1)>p:nth-child(2) {
    width: 30ch;
    max-width: 80%;
  }

  .offer-cards {
    row-gap: 24px
  }

  .offer-wrapper.gold-onestop .offer-card {
    max-width: 100%;
    height: 142px;
  }

  .offer-wrapper.gold-onestop .offer-card p {
    font-size: .875rem;
  }

  .offer-wrapper.gold-onestop .offer-card h3 {
    max-width: 20ch;
  }

  .offer-wrapper.gold-onestop div.offer-card:nth-child(1)>img:nth-child(2) {
    bottom: 50%;
    min-width: 145px;
    right: -40px;
    top: 50%;
    transform: translateY(-40%);
  }

  .home-cards>div,
  .card {
    padding: 20px;
    height: 430px;
    /* max-height: 480px !important; */
    width: calc(100vw - 40px) !important;
  }

  .home-cards-r h3 {
    font-size: 1.5rem;
    padding-bottom: 0;
    margin: 0;
  }

  .home-cards-r h4 {
    font-size: 1.25rem;
  }

  .home-cards-r p {
    font-size: .875rem;

  }

  .home-cards-button>p:nth-child(1) {
    min-width: 100%;
    text-align: center;
  }

  .home-cards-button {
    border: none;
  }

  .home-cards>div:nth-child(1)>div:nth-child(2)>img:nth-child(2),
  div.card:nth-child(1)>div:nth-child(2)>img:nth-child(2) {
    width: 250px;
    max-width: 80vw;
  }

  .home-cards>div:nth-child(2)>div:nth-child(2)>img:nth-child(2),
  div.pin-spacer:nth-child(2)>div:nth-child(1)>div:nth-child(2)>img:nth-child(2) {
    width: 200px;
  }

  .home-cards>div:nth-child(3)>div:nth-child(2)>img:nth-child(2),
  div.pin-spacer:nth-child(3)>div:nth-child(1)>div:nth-child(2)>img:nth-child(2) {
    width: 150px !important;
  }

  .home-cards>div:nth-child(4)>div:nth-child(2)>img:nth-child(2),
  div.pin-spacer:nth-child(4)>div:nth-child(1)>div:nth-child(2)>img:nth-child(2) {
    width: 150px !important;
  }

  .home-cards-wrapper {
    padding: 48px 20px;
  }

  .supertop-why-right>img:nth-child(2) {
    display: block;
  }

  .supertop-why-right>img:nth-child(1),
  .supertop-why-right>img:nth-child(3) {
    display: none;
  }

  .supertop-why-left h2 {
    font-size: 1.25rem;
  }

  .supertop-why p,
  .supertop-why h3 {
    font-size: 1rem;
  }

  .supertop-why h3 {
    font-weight: 500;
    width: 18ch;
  }

  .supertop-why p {
    width: 20ch;
  }

  .supertop-why-wrapper {
    padding: 32px 20px;
  }

  .super-how-wrapper {
    padding: 48px 20px;
  }

  .super-how-cards>div {
    flex: 1 1 auto;
    flex-direction: row;
    align-items: center;
  }

  .super-how-cards p {
    font-size: .875rem;
  }

  .super-how-cards {
    gap: 24px
  }

  .super-how>p {
    padding-bottom: 32px;
  }



  .footer-wrapper {
    padding: 48px 20px;
  }

  /* .footer-2>div:nth-child(2)>div:nth-child(2)>div {
    min-width: 23vw;
  } */

  .footer-3>div>div p {
    max-width: 21ch;
    width: 100%;
  }

  .footer-4 .home-gplay p {
    width: 18ch;
    font-size: .875rem;
  }

  .footer-4 .home-gplay a .google-play-icon img {
    height: 40px;
  }



  .footer-5 {
    flex-direction: column;
    align-items: start;
  }

  .health-hero.health-hero.tvamev-hero .home-gplay {
    display: none;
  }

  .health-hero.gold-hero>div:nth-child(1)>span {
    font-size: 1.75rem;
  }

  .health-hero.gold-hero {
    padding-inline: 20px;
  }

  .health-hero.gold-hero .health-cards-two {
    flex-wrap: wrap;
    order: 1;
  }

  .gold-hero-bis p {
    font-size: 0.75rem;
  }

  .gold-hero-bis {
    margin-bottom: 32px;
    order: 2;
    width: 262px;
    gap: 8px;
  }

  .health-hero.gold-hero .health-card-2>div:nth-child(2)>p:nth-child(1) {
    font-size: 0.75rem;
    width: 9ch;
  }

  .health-hero.gold-hero .health-card-1,
  .health-hero.gold-hero .health-card-2 {
    max-width: 158px;
  }

  .health-hero.gold-hero .health-card-1:nth-child(3) {
    max-width: 169px;
  }

  .health-hero.gold-hero .illus-mobile {
    max-width: 300px;
    padding-bottom: 56px;
  }

  div.health-card-1:nth-child(3)>div:nth-child(2)>p:nth-child(2) {
    max-width: 8ch;
  }



  .choose-tvam-wrapper.why-tvam .choose-row-1>* {
    max-width: 100%;
  }

  .choose-tvam-wrapper.why-tvam .choose-row-1>div:nth-child(3) {

    flex-direction: row-reverse;
    max-width: 100%;
  }

  .choose-tavm-cards h3 {
    font-weight: 500;
  }

  .choose-row-1 .tvam-exclusive p {
    font-size: 0.625rem;
  }

  .tvam-exclusive {
    height: 26px;
    top: -10%;
  }

  .super-wrapper.tvamev-super .super-t-cta-mobile>img:last-of-type {
    max-width: 161px;
    bottom: 43px;
    right: 10px;
  }

  .super-wrapper.tvamev-super .super-t-card-text>div>p {
    font-size: 1rem;
  }

  .tvamev-features>div p,
  .tvamev-features>div:nth-child(1)>p:nth-child(2) {
    width: 25ch;
    font-size: 1rem;
    margin: auto;
  }

  .tvamev-features {
    gap: 24px;
  }

  .tvamev-features-cards>div p,
  .cardtvamev p {
    font-size: .875rem;
    width: 100%;
  }

  .tvamev-features-cards>div h4,
  .cardtvamev h4 {
    font-size: 1rem;
  }

  .tvamev-features>div h3,
  .tvamev-features>div:nth-child(1)>h3:nth-child(1) {
    font-size: 1.375rem;
  }

  .tvamev-features-wrapper {
    padding-block: 48px;
  }

  .tvamev-features-cards {
    padding-inline: 20px;
    padding-bottom: 48px;
  }

  .tvamev-features-cards>div,
  .cardtvamev {
    padding: 20px;
    height: 429px !important;
    justify-content: space-between;
    width: calc(100vw - 40px) !important;
  }

  .cardtvamev {
    min-height: 429px;
    padding: 20px;
  }


  .tvamev-features-cards>div>div:nth-child(1)>img:nth-child(1),
  .cardtvamev>div:nth-child(1)>img:nth-child(1) {
    width: 213px;
    margin-bottom: -170px;
    margin-top: 0;
  }

  .tvamev-compare-right2>p:nth-child(1) {
    max-width: 100%;
  }

  .tvamev-compare-right {
    align-items: stretch;
  }

  .tvamev-features-cards>div>div:nth-child(2),
  .cardtvamev>div:nth-child(2) {
    gap: 8px;
  }

  .tvamev-compare-left2 img {
    /* max-width: 60vw; */
    width: 100%;
  }

  .partners-hero-wrapper {
    padding: 48px 20px;
  }

  .partners-hero>div:nth-child(1) p {
    font-size: 1.25rem;
    width: 100%;
  }

  .partners-hero-content {
    flex-direction: column;
    gap: 56px;
  }

  .partners-hero-content>div:nth-child(2)>h3 {
    font-size: 1.25rem;
    width: 20ch
  }

  .partners-hero-content>div:nth-child(2)>p {
    font-size: 1rem;
    width: 100%;
    max-width: 100vw;
  }

  .partners-hero-content>div:nth-child(1) {
    justify-content: center;
    gap: 23px;
    flex-direction: row;
    align-items: start;
  }

  .partners-hero div.home-gplay:nth-child(3)>p:nth-child(1),
  .aboutus-hero div.home-gplay:nth-child(3)>p:nth-child(1),
  div.home-gplay:nth-child(2)>p:nth-child(1) {
    font-size: 1rem;
    order: 6;
  }

  .partners-hero-wrapper .home-gplay {
    flex-direction: column-reverse;
  }

  .aboutus-hero-wrapper .home-gplay.home-gplay-desktop {
    flex-direction: column-reverse;
  }

  .home-gplay {
    padding-top: 0;
  }

  .partners-hero-content>div:nth-child(2) {
    gap: 8px;
  }

  .tvam-collaborate-wrapper {
    padding: 32px 20px;
  }

  .tvam-collaborate {
    flex-direction: column;
    align-items: normal;
    gap: 32px;
  }

  .tvam-collaborate-l {
    flex-direction: row;
    justify-content: space-between;
  }

  .tvam-collaborate-l h2 {
    font-size: 1.25rem;
    width: 10ch;
  }

  .tvam-collaborate-r p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140.62%;
    color: #3F2D20;
    width: 32ch;
    max-width: 100%;
  }

  .tvam-collaborate-l>img {
    width: 145px;
  }

  .tvam-collaborate-l img,
  .tvam-collaborate-r p {
    display: block;
  }

  .tvam-collaborate-l p,
  .tvam-collaborate-r img {
    display: none;
  }

  .tvam-careers-wrapper {
    padding: 32px 20px;
    scroll-margin-top: 50px;
  }

  .tvam-careers>div:nth-child(1) h3,
  .tvam-careers-cards>div h4 {
    font-size: 1.25rem;
  }

  .tvam-careers>div:nth-child(1) p,
  .tvam-careers-cards-l p {
    font-size: 1rem;
  }

  .tvam-careers-cards>div>div>p {
    font-size: .875rem;
    width: 20ch;
    max-width: 40vw;
  }

  .tvam-careers-cards>div {
    height: 100%;
    min-height: 258px;
  }

  .tvam-careers,
  .tvam-careers-cards {
    gap: 24px;
  }

  .tvam-careers-cards-r>img {
    max-width: 123px;
  }

  .tvam-careers-cards>div:nth-child(1)>div:nth-child(2)>img:nth-child(1) {
    max-width: 25vw;
  }


  .tvam-careers-cards>div:nth-child(2)>div:nth-child(2)>img:nth-child(1) {


    bottom: 0;
    width: min(232px, 30vw);
  }

  .tvam-careers-cards>div:nth-child(1)>div:nth-child(2)>img:nth-child(1) {
    top: 75px;
  }

  .contact-us {
    row-gap: 0;
  }

  .contact-us-l h1 {
    font-size: 1.375rem;
  }

  .contact-us-info h4 {
    font-size: .875rem;
  }

  .contact-us-info p {
    font-size: 0.75rem;
  }

  .contact-us-l>p:nth-child(2) {
    font-size: 0.8125rem;
    width: 100%;
  }

  .contact-us-l {
    width: 100%;
    padding: 24px 20px;
    gap: 16px;
  }

  .contact-us-r {
    margin: 24px 20px;
    width: 100%;
    padding: 20px;
  }

  .contact-us-frame {
    gap: 16px;
  }

  .contact-us-info>div>div:nth-child(1)>img {
    height: 16px;
    width: 16px;
  }

  .contact-us-info>div:nth-child(3)>p:nth-child(2) {
    width: 21ch;
  }

  /* 
  .contact-us-info>div:nth-child(2) {
    order: 3;
    margin-top: -70px;
  } */

  .aboutus-hero-wrapper .aboutus-hero-r>img:nth-child(2) {
    display: none;
  }

  .aboutus-hero-wrapper {
    padding: 48px 20px;
  }

  .aboutus-hero>h1 {
    font-size: 1.375rem;
  }

  .aboutus-hero>p {
    font-size: 1.25rem;
    width: 100%;
  }

  .aboutus-hero-r {
    align-self: stretch;
    order: 1;
  }

  .aboutus-hero-wrapper .aboutus-hero-r>img:nth-child(1) {
    display: block;
    width: 258px;
    margin: auto;
  }

  .aboutus-hero-l {
    order: 2;
  }

  .aboutus-content {
    flex-direction: column;
    gap: 32px;
  }

  .aboutus-content.aboutus-content2 {
    gap: 0;
  }

  .aboutus-hero-l>h2 {
    font-size: 1.25rem;
  }

  .aboutus-hero-l>p,
  .aboutus-content.aboutus-content2 .aboutus-hero-l>p {
    font-size: 1rem;
    width: 100%;
    max-width: 100vw;
    padding-top: 8px;

  }


  .aboutus-hero-l>span {
    padding-top: 16px;
  }

  .aboutus-hero-wrapper-2 {
    padding: 32px 20px;
  }

  .aboutus-hero-wrapper-2 .aboutus-hero-r img {
    display: none;
  }

  .mission-wrapper {
    padding: 32px 20px;
  }

  .mission>h2 {
    font-size: 1.25rem;
    padding-bottom: 24px;
  }

  .mission>p {
    font-size: 1rem;
  }

  .mission-cards>div {
    align-items: flex-end;
    padding: 16px;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
  }

  .mission-cards-l>div>h3 {
    font-size: 1.25rem;
  }

  .mission-cards-l>div:nth-child(1)>p {
    font-size: 1rem;
    padding-bottom: 35px;
  }

  .mission-cards-l>div:nth-child(2)>p {
    font-size: .875rem;
    width: 20ch;
  }

  .mission-cards-r>img {
    width: min(120px, 24vw);
  }

  .mission-cards-r>img:nth-child(2) {
    display: block;
  }

  .stat-hero {
    gap: 24px
  }

  .stat-hero-wrapper {
    padding: 24px 20px;
  }

  .stat-hero h1 {
    font-size: 1.375rem;
  }

  .stat-cards h2 {
    font-size: .875rem;
  }

  .stat-cards p {
    font-size: .875rem;
  }

  .stat-cards>div {
    max-width: 350px;
    width: 100%;
  }

  .hero-404>div:nth-child(1)>img:nth-child(1) {
    max-width: 289px;
    width: 100%;
  }

  .wrapper-404 {
    height: 739px;
  }

  .document-wrapper {
    padding: 24px 20px;
  }

  .document-wrapper h1 {
    font-size: 1.375rem;
  }

  .document-wrapper li>p {

    font-size: .875rem;

  }

  .document-wrapper li {

    font-size: .875rem;

  }

  .container2,
  .container3 {
    height: 200px;
  }

  .cards {
    padding-inline: 20px;
    padding-bottom: 48px;
  }

  .oneplan-cards-container>.oneplan-cards>* {
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 20px;
    align-items: center;
    height: 254px;
    width: 100%;
  }



  .oneplancard {
    width: calc(100vw - 40px) !important;
    background-color: var(--pastel-orange100);
    border-radius: 16px;
    margin: auto !important;
    left: auto !important;
    max-width: 100% !important;

    &:first-child {
      box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.08);
    }
  }

  .oneplan-cards img {
    margin-inline: auto;
    margin-right: auto;
    max-width: 100% !important;
  }

  .oneplan-cards-container>.oneplan-cards>div {
    background: transparent;
  }

  /* .oneplan-cards-container {
    flex-direction: column;
  } */
  /* 
  .oneplan-cards {
    width: 100vw;
  } */
  .oneplan-header-m {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    display: block;
  }

  .oneplan-header-m h3 {
    font-size: 1.375rem;
    line-height: 115%;
    text-align: center;
  }

  .oneplan-wrapper {
    display: none;
  }

  .oneplan-header-m p {
    font-size: 1rem;
    padding-top: 4px;
    padding-bottom: 40px;
    text-align: center;
    line-height: normal;
  }

  .container3 {
    display: block;
  }

  .pin-spacer:nth-child(1)>div:nth-child(1)>img {
    display: block;
  }

  .policyfaq-wrapper,
  .calculator-wrapper,
  .faq-wrapper,
  .super-wrapper {
    position: relative;
  }

  .home-cards-container>h2:nth-child(1) {
    width: 80%;
  }

  .gold-fd h2 {
    font-size: 1.375rem;
  }

  .gold-fd p {
    font-size: 1rem;
    /* display: block; */
  }

  .gold-fd-wrapper {
    padding: 48px 20px;
  }

  .gold-fd {
    gap: 48px;
  }

  /* .gold-section-r>div:nth-child(2)>div:nth-child(1)>p,
  .gold-section-r>div:nth-child(2)>div:nth-child(2)>p,
  .gold-section-r>div:nth-child(2)>div:nth-child(3)>p,
  .gold-section-r>div:nth-child(2)>div:nth-child(3)>p:nth-child(5),
  .gold-section-r>div:nth-child(2)>div:nth-child(3)>p:nth-child(4),
  .gold-section-r>div:nth-child(2)>div:nth-child(2)>h6:nth-child(1), */
  /* .gold-section-r>div:nth-child(2)>div:nth-child(1)>h6:nth-child(1), */
  /* .gold-section-r>div:nth-child(2)>div:nth-child(3)>h6:nth-child(1), */
  .gold-section-r>div:nth-child(2)>p,
  .gold-section-r>div:nth-child(2)>p:nth-child(n+6),
  .gold-section-r>div:nth-child(2)>p:nth-child(4),
  .gold-section-r>div:nth-child(2)>h6,
  .gold-section-r>div:nth-child(2)>h6:nth-child(5) {
    font-size: .875rem;
  }



  .gold-section-r>div:nth-child(2)>p:nth-child(2)>span {
    font-size: 0.75rem;
  }

  .gold-section-r>div:nth-child(2)>div:nth-child(2)>p:nth-child(4),
  .gold-section-r>div:nth-child(2)>div:nth-child(2)>p:nth-child(5) {
    font-size: 1rem;
  }

  .gold-section-r>div {
    padding: 12px;
    grid-template-columns: 1.2fr .9fr .9fr;
  }

  .gold-section-r>div:nth-child(2)>div:nth-child(2),
  .gold-section-r>div:nth-child(2)>div:nth-child(3) {
    padding: 8px 4px;
  }

  /* .gold-section-r>div:nth-child(2)>div:nth-child(3)>h6:nth-child(1), */
  /* .gold-section-r>div:nth-child(2)>h6:nth-child(5) {
    padding: 0;
  } */

  .gold-section-r>div:nth-child(2)>div:nth-child(1)>h6:nth-child(1) {
    padding-bottom: 33px;
  }

  .gold-section-r>div:nth-child(2)>div:nth-child(1)>h6:nth-child(1) .break-line {
    display: block;
  }

  .gold-section-r>div:nth-child(2)>div:nth-child(2)>h6:nth-child(1) {
    padding: 0;
  }

  .gold-section-r>div:nth-child(2)>div:nth-child(1) {
    padding-bottom: 8px;
    gap: 12px;
  }

  .gold-fd>div:nth-child(1)>p:nth-child(2) {
    display: block;
    padding-top: 8px;
    width: 26ch;
    margin: auto;
  }

  .gold-tablet {
    justify-content: center;
  }

  .gold-tablet>div:nth-child(1) {
    display: none;
  }

  .gold-tablet>img:nth-child(2) {
    max-width: 100%;
  }

  .gold-fd .break-line {
    display: block;
  }

  .gold-work h3 {
    font-size: 1.25rem;
  }

  .gold-work-l span {
    font-size: 1.25rem;
  }

  .gold-work-l>p:nth-child(3) {
    font-size: .875rem;
  }

  .gold-work-l>div:nth-child(2)>div:nth-child(1)>p:nth-child(2) {
    max-width: 8ch;
  }

  .gold-work-l>div:nth-child(2)>div:nth-child(2)>p:nth-child(2) {
    max-width: 7ch;
  }

  .gold-work-l>div:nth-child(2)>div:nth-child(3) {
    flex-basis: 55px;
  }

  .gold-work-l>div:nth-child(2)>div {
    flex: 1;
    min-width: 97px;
  }

  .gold-section-l>div {
    flex-direction: column;
  }

  .gold-section-l>div>div {
    width: 100%;
    flex-direction: row;
    flex: 1;
  }

  .oneplan-cards-container.gold-eco-cards {
    padding-top: 42px;
  }

  .oneplan-cards-container.gold-eco-cards>.oneplan-cards>* {
    flex-direction: column;
    align-items: start;
  }

  .oneplan-cards-container.gold-eco-cards .oneplancard {
    background-color: var(--neutrals-offwhite);
  }

  .oneplan-cards-container>.oneplan-cards h3 {
    max-width: 100%;
  }

  .oneplan-cards-container.gold-eco-cards>.oneplan-cards>div {
    background: transparent;
  }

  .whatsapp-hover {
    bottom: 10%;
  }

  .sum-buttons {
    justify-content: stretch;
  }

  .sum-buttons>button {
    width: 100%;
    flex: 20%;
  }

  /* .health-card-1,
  .health-card-2 {
    flex: 1;
  } */
}

@media (max-width:372px) {
  .trusted-left>div {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-2 p {
    font-size: 0.625rem;
  }

  .offer-card {
    max-width: calc(100vw - 40px);
  }

  .offer-card>img {
    max-width: 20%;
  }

  div.offer-card:nth-child(3)>div:nth-child(1)>p:nth-child(2) {
    max-width: 21ch;
  }

  div.offer-card:nth-child(2)>img:nth-child(2) {
    right: 0;
    margin-bottom: -53px;
    object-fit: contain;
  }

  /* Mobile Header */
  #menu-mobile {
    max-width: 100vw;
    width: 100vw;
    padding-top: 62px;
  }

  #menu-mobile>p:nth-child(1) {
    font-size: 1.125rem;
    padding-bottom: 12px;
  }

  .mobile-panel-item {
    padding: 4px 8px;
  }

  .mobile-panel-item p,
  .meet-tvam>a:nth-child(1)>p:nth-child(1) {
    font-size: 0.625rem;
  }

  .meet-tvam-wrapper {
    gap: 12px;
  }

  .meet-tvam {
    gap: 10px;
  }

  .mobile-menu-links p {
    font-size: 0.75rem;
  }

  .mobile-panel+div {
    margin-top: 16px;
  }

  div.card:nth-child(1)>div:nth-child(2)>h4:nth-child(3) {
    padding-top: 20px;
  }

  .home-cards>div:nth-child(1)>div:nth-child(2)>img:nth-child(2),
  div.card:nth-child(1)>div:nth-child(2)>img:nth-child(2) {
    max-width: 60vw;
  }
}




/* @media(max-width:767px) and (min-width:767px) {
  .premium {
    border: none;
  }

  .health-hero.super-topup-hero .illus-mobile,
  .illus3,
  .premium2 {
    display: block;
    margin: auto;
  }

} */

/* end */